#CC7507
A medium, vivid orange closely aligning with Chocolate.
About #CC7507
When working with digital screens, the color #CC7507 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 204 red, 117 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 43% M, 97% Y, and 20% K. The HSL representation is 33.5° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC7507
RGB204, 117, 7
HSL33.5°, 93.4%, 41.4%
CMYK0%, 43%, 97%, 20%
HSV33.5°, 96.6%, 80.0%
LAB57.6, 27.9, 63.4
XYZ31.3, 25.6, 3.5
Decimal13399303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.12: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: #CC7507;
}
.text-color {
color: #CC7507;
}
.border-color {
border: 2px solid #CC7507;
}