#CC4200
A medium, vivid orange closely aligning with Chocolate.
About #CC4200
The hex code #CC4200 represents a beautifully specific shade of orange. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(204, 66, 0).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. With a hue angle of 19.4 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC4200
RGB204, 66, 0
HSL19.4°, 100.0%, 40.0%
CMYK0%, 68%, 100%, 20%
HSV19.4°, 100.0%, 80.0%
LAB47.9, 52.5, 59.1
XYZ26.9, 16.7, 1.8
Decimal13386240
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.62:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4200;
}
.text-color {
color: #CC4200;
}
.border-color {
border: 2px solid #CC4200;
}