#CC750F
A medium, vivid orange closely aligning with Chocolate.
About #CC750F
Visually, #CC750F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(204, 117, 15).
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 43% magenta inks. With a hue angle of 32.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 #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC750F
RGB204, 117, 15
HSL32.4°, 86.3%, 42.9%
CMYK0%, 43%, 93%, 20%
HSV32.4°, 92.6%, 80.0%
LAB57.7, 28.0, 62.0
XYZ31.3, 25.6, 3.7
Decimal13399311
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: #CC750F;
}
.text-color {
color: #CC750F;
}
.border-color {
border: 2px solid #CC750F;
}