#FFE20F
A medium, vivid yellow closely aligning with Gold.
About #FFE20F
Visually, #FFE20F is defined as a vivid yellow. Designers often compare it to the standard color Gold. This translates to an RGB value of rgb(255, 226, 15).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 11% Magenta, 94% Yellow, and 0% Black. The HSL representation is 52.8° hue, 100.0% saturation, and 52.9% 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#FFE20F
RGB255, 226, 15
HSL52.8°, 100.0%, 52.9%
CMYK0%, 11%, 94%, 0%
HSV52.8°, 94.1%, 100.0%
LAB89.7, -7.3, 87.9
XYZ68.5, 75.7, 11.4
Decimal16769551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.14:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE20F;
}
.text-color {
color: #FFE20F;
}
.border-color {
border: 2px solid #FFE20F;
}