#CC5F00
A medium, vivid orange closely aligning with Chocolate.
About #CC5F00
When working with digital screens, the color #CC5F00 is rendered by mixing light. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 204 red, 95 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 53% magenta, 100% yellow, and 20% black. With a hue angle of 27.9 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC5F00
RGB204, 95, 0
HSL27.9°, 100.0%, 40.0%
CMYK0%, 53%, 100%, 20%
HSV27.9°, 100.0%, 80.0%
LAB53.0, 39.3, 61.9
XYZ29.0, 21.0, 2.5
Decimal13393664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5F00;
}
.text-color {
color: #CC5F00;
}
.border-color {
border: 2px solid #CC5F00;
}