#CC7500
A medium, vivid orange closely aligning with Chocolate.
About #CC7500
When working with digital screens, the color #CC7500 is rendered by mixing light. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 204 red, 117 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 43% Magenta, 100% 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#CC7500
RGB204, 117, 0
HSL34.4°, 100.0%, 40.0%
CMYK0%, 43%, 100%, 20%
HSV34.4°, 100.0%, 80.0%
LAB57.6, 27.8, 64.7
XYZ31.3, 25.6, 3.3
Decimal13399296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7500;
}
.text-color {
color: #CC7500;
}
.border-color {
border: 2px solid #CC7500;
}