#CC5F24
A medium, vivid orange closely aligning with Chocolate.
About #CC5F24
At its core, #CC5F24 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 204 red, 95 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 53% M, 82% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC5F24
RGB204, 95, 36
HSL21.1°, 70.0%, 47.1%
CMYK0%, 53%, 82%, 20%
HSV21.1°, 82.4%, 80.0%
LAB53.1, 39.9, 51.5
XYZ29.3, 21.1, 4.2
Decimal13393700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5F24;
}
.text-color {
color: #CC5F24;
}
.border-color {
border: 2px solid #CC5F24;
}