Burnt orange to HSL

Color Code

#c04e01
Format Value
HEX #c04e01
RGB rgb(192, 78, 1)
HSL hsl(24.2, 99%, 37.8%)
CMYK cmyk(0%, 59.4%, 99.5%, 24.7%)
HSV hsv(24.2, 99.5%, 75.3%)

burnt orange color harmonies

Tints & shades of burnt orange

Tints (lighter)

#c65e18 #cb6e2f #d17e46 #d78e5d #dd9e74 #e2af8c #e8bfa3 #eecfba #f4dfd1 #f9efe8

Shades (darker)

#af4701 #9d4001 #8c3901 #7a3201 #692b01 #572300 #461c00 #341500 #230e00 #110700

Contrast & accessibility

The quick brown fox

On white · 4.85:1 · AA

The quick brown fox

On black · 4.33:1 · AA Large

Recommended text color: #ffffff

Use burnt orange in code

CSS color: #c04e01;
SCSS $color: #c04e01;
Tailwind bg-[#c04e01]
Swift UIColor(red: 0.753, green: 0.306, blue: 0.004, alpha: 1)
Android Color.parseColor("#c04e01")
Flutter Color(0xFFC04E01)

Colors similar to burnt orange

Browse all Orange colors →

What is the HSL code for burnt orange?

The CSS color burnt orange in HSL format is hsl(24.2, 99%, 37.8%). Use this value directly in CSS, SVG, and most design tools.

How do I use burnt orange in CSS?

To apply burnt orange in CSS:

  • Text color: color: hsl(24.2, 99%, 37.8%);
  • Background: background-color: hsl(24.2, 99%, 37.8%);
  • Border: border-color: hsl(24.2, 99%, 37.8%);

What are all the color format values for burnt orange?

FormatValue
HEX#c04e01
RGBrgb(192, 78, 1)
HSLhsl(24.2, 99%, 37.8%)
CMYKcmyk(0%, 59.4%, 99.5%, 24.7%)

How do I convert burnt orange to HSL?

Select burnt orange from the color name list in our color converter. The HSL value — hsl(24.2, 99%, 37.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does burnt orange belong to?

burnt orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 24.2°, saturation 99%, lightness 37.8%.

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

Lighter variant (lightness 52.8%): #fe700f. Darker variant (lightness 22.799999999999997%): #742f01. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.