#FFF80F
A medium, vivid yellow closely aligning with Yellow.
About #FFF80F
When working with digital screens, the color #FFF80F is rendered by mixing light. It is closely associated with the named CSS color Yellow. Its digital footprint relies on 255 parts red, 248 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 3% magenta, 94% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#FFF80F
RGB255, 248, 15
HSL58.2°, 100.0%, 52.9%
CMYK0%, 3%, 94%, 0%
HSV58.2°, 94.1%, 100.0%
LAB95.3, -18.1, 92.1
XYZ74.9, 88.4, 13.6
Decimal16775183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.69:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF80F;
}
.text-color {
color: #FFF80F;
}
.border-color {
border: 2px solid #FFF80F;
}