#C5660F
A medium, vivid orange closely aligning with Chocolate.
About #C5660F
When working with digital screens, the color #C5660F is rendered by mixing light. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 197 red, 102 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. The HSL representation is 28.7° hue, 85.8% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5660F
RGB197, 102, 15
HSL28.7°, 85.8%, 41.6%
CMYK0%, 48%, 92%, 23%
HSV28.7°, 92.4%, 77.3%
LAB53.4, 33.0, 58.5
XYZ27.9, 21.4, 3.1
Decimal12936719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5660F;
}
.text-color {
color: #C5660F;
}
.border-color {
border: 2px solid #C5660F;
}