Deep orange to HEX — Color Code

HEX

#dc4d01

Format Value
HEX #dc4d01
RGB rgb(220, 77, 1)
HSL hsl(20.8, 99.1%, 43.3%)
CMYK cmyk(0%, 65%, 99.5%, 13.7%)

What is the HEX code for deep orange?

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

How do I use deep orange in CSS?

To apply deep orange in CSS:

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

What are all the color format values for deep orange?

FormatValue
HEX#dc4d01
RGBrgb(220, 77, 1)
HSLhsl(20.8, 99.1%, 43.3%)
CMYKcmyk(0%, 65%, 99.5%, 13.7%)

How do I convert deep orange to HEX?

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

What color family does deep orange belong to?

deep orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 20.8°, saturation 99.1%, lightness 43.3%.

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

Lighter variant (lightness 58.3%): #fe742b. Darker variant (lightness 28.299999999999997%): #903201. 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.