#C54916
A medium, vivid orange closely aligning with Chocolate.
About #C54916
Visually, #C54916 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(197, 73, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 63% M, 89% Y, and 23% K. The HSL representation is 17.5° hue, 79.9% saturation, and 42.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C54916
RGB197, 73, 22
HSL17.5°, 79.9%, 42.9%
CMYK0%, 63%, 89%, 23%
HSV17.5°, 88.8%, 77.3%
LAB47.9, 47.4, 52.3
XYZ25.6, 16.7, 2.6
Decimal12929302
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C54916;
}
.text-color {
color: #C54916;
}
.border-color {
border: 2px solid #C54916;
}