#CC5016
A medium, vivid orange closely aligning with Chocolate.
About #CC5016
At its core, #CC5016 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. Its digital footprint relies on 204 parts red, 80 parts green, and 22 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 61% Magenta, 89% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC5016
RGB204, 80, 22
HSL19.1°, 80.5%, 44.3%
CMYK0%, 61%, 89%, 20%
HSV19.1°, 89.2%, 80.0%
LAB50.3, 46.8, 54.6
XYZ27.9, 18.6, 2.9
Decimal13389846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.73:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5016;
}
.text-color {
color: #CC5016;
}
.border-color {
border: 2px solid #CC5016;
}