#FFC52C
A medium, vivid orange closely aligning with Goldenrod.
About #FFC52C
When working with digital screens, the color #FFC52C is rendered by mixing light. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(255, 197, 44).
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 23% magenta inks. The HSL representation is 43.5° hue, 100.0% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFC52C
RGB255, 197, 44
HSL43.5°, 100.0%, 58.6%
CMYK0%, 23%, 83%, 0%
HSV43.5°, 82.7%, 100.0%
LAB82.6, 7.9, 76.9
XYZ61.7, 61.4, 11.0
Decimal16762156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.27:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFC52C;
}
.text-color {
color: #FFC52C;
}
.border-color {
border: 2px solid #FFC52C;
}