#FFCC49
A light, vivid orange closely aligning with Goldenrod.
About #FFCC49
Visually, #FFCC49 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(255, 204, 73).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 20% Magenta, 71% Yellow, and 0% Black. The HSL representation is 43.2° hue, 100.0% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFCC49
RGB255, 204, 73
HSL43.2°, 100.0%, 64.3%
CMYK0%, 20%, 71%, 0%
HSV43.2°, 71.4%, 100.0%
LAB84.4, 5.4, 68.8
XYZ64.0, 64.9, 15.5
Decimal16763977
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.99:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCC49;
}
.text-color {
color: #FFCC49;
}
.border-color {
border: 2px solid #FFCC49;
}