#FFFF49
A light, vivid yellow closely aligning with Yellow.
About #FFFF49
When working with digital screens, the color #FFFF49 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Yellow. This translates to an RGB value of rgb(255, 255, 73).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 71% Yellow, and 0% Black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFFF49
RGB255, 255, 73
HSL60.0°, 100.0%, 64.3%
CMYK0%, 0%, 71%, 0%
HSV60.0°, 71.4%, 100.0%
LAB97.3, -20.0, 81.4
XYZ78.2, 93.3, 20.2
Decimal16777033
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.07:1
Text on #FFFFFF
FAIL
19.65:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFF49;
}
.text-color {
color: #FFFF49;
}
.border-color {
border: 2px solid #FFFF49;
}