Dark orange to HEX — Color Code

HEX

#c65102

Format Value
HEX #c65102
RGB rgb(198, 81, 2)
HSL hsl(24.2, 98%, 39.2%)
CMYK cmyk(0%, 59.1%, 99%, 22.4%)

What is the HEX code for dark orange?

The CSS color dark orange in HEX format is #c65102. Use this value directly in CSS, SVG, and most design tools.

How do I use dark orange in CSS?

To apply dark orange in CSS:

  • Text color: color: #c65102;
  • Background: background-color: #c65102;
  • Border: border-color: #c65102;

What are all the color format values for dark orange?

FormatValue
HEX#c65102
RGBrgb(198, 81, 2)
HSLhsl(24.2, 98%, 39.2%)
CMYKcmyk(0%, 59.1%, 99%, 22.4%)

How do I convert dark orange to HEX?

Select dark orange from the color name list in our color converter. The HEX value — #c65102 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark orange belong to?

dark orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 24.2°, saturation 98%, lightness 39.2%.

How do I create lighter and darker shades of dark orange?

Lighter variant (lightness 54.2%): #fd7418. Darker variant (lightness 24.200000000000003%): #7a3201. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.