#CC4207
A medium, vivid orange closely aligning with Chocolate.
About #CC4207
Visually, #CC4207 is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 204 parts red, 66 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC4207
RGB204, 66, 7
HSL18.0°, 93.4%, 41.4%
CMYK0%, 68%, 97%, 20%
HSV18.0°, 96.6%, 80.0%
LAB47.9, 52.6, 57.3
XYZ26.9, 16.7, 2.0
Decimal13386247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4207;
}
.text-color {
color: #CC4207;
}
.border-color {
border: 2px solid #CC4207;
}