#CC990F
A medium, vivid orange closely aligning with Goldenrod.
About #CC990F
At its core, #CC990F is a medium and vivid hue. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 204 red, 153 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 25% magenta inks. The HSL representation is 43.8° hue, 86.3% saturation, and 42.9% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC990F
RGB204, 153, 15
HSL43.8°, 86.3%, 42.9%
CMYK0%, 25%, 93%, 20%
HSV43.8°, 92.6%, 80.0%
LAB66.3, 8.5, 68.3
XYZ36.4, 35.7, 5.4
Decimal13408527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.13:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC990F;
}
.text-color {
color: #CC990F;
}
.border-color {
border: 2px solid #CC990F;
}