#FFC53A
A light, vivid orange closely aligning with Goldenrod.
About #FFC53A
When working with digital screens, the color #FFC53A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 255 red, 197 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 23% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#FFC53A
RGB255, 197, 58
HSL42.3°, 100.0%, 61.4%
CMYK0%, 23%, 77%, 0%
HSV42.3°, 77.3%, 100.0%
LAB82.6, 8.4, 72.6
XYZ62.0, 61.5, 12.6
Decimal16762170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.30:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFC53A;
}
.text-color {
color: #FFC53A;
}
.border-color {
border: 2px solid #FFC53A;
}