#CC500F
A medium, vivid orange closely aligning with Chocolate.
About #CC500F
The precise color #CC500F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Chocolate. Its digital footprint relies on 204 parts red, 80 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 61% M, 93% Y, and 20% K. With a hue angle of 20.6 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC500F
RGB204, 80, 15
HSL20.6°, 86.3%, 42.9%
CMYK0%, 61%, 93%, 20%
HSV20.6°, 92.6%, 80.0%
LAB50.2, 46.7, 56.8
XYZ27.9, 18.6, 2.6
Decimal13389839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC500F;
}
.text-color {
color: #CC500F;
}
.border-color {
border: 2px solid #CC500F;
}