#CC570F
A medium, vivid orange closely aligning with Chocolate.
About #CC570F
Visually, #CC570F is defined as a vivid orange. Designers often compare it to the standard color Chocolate. In the RGB color space, it consists of 204 red, 87 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 57% Magenta, 93% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC570F
RGB204, 87, 15
HSL22.9°, 86.3%, 42.9%
CMYK0%, 57%, 93%, 20%
HSV22.9°, 92.6%, 80.0%
LAB51.5, 43.4, 57.6
XYZ28.4, 19.7, 2.8
Decimal13391631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC570F;
}
.text-color {
color: #CC570F;
}
.border-color {
border: 2px solid #CC570F;
}