#F0C533
A medium, vivid yellow closely aligning with Goldenrod.
About #F0C533
The precise color #F0C533 is an excellent choice for modern design projects. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 240 red, 197 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 18% Magenta, 79% Yellow, and 6% Black. With a hue angle of 46.3 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0C533
RGB240, 197, 51
HSL46.3°, 86.3%, 57.1%
CMYK0%, 18%, 79%, 6%
HSV46.3°, 78.8%, 94.1%
LAB81.1, 1.8, 73.0
XYZ56.5, 58.7, 11.5
Decimal15779123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.74:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0C533;
}
.text-color {
color: #F0C533;
}
.border-color {
border: 2px solid #F0C533;
}