#F8BD42
A light, vivid orange closely aligning with Goldenrod.
About #F8BD42
When working with digital screens, the color #F8BD42 is rendered by mixing light. Designers often compare it to the standard color Goldenrod. In the RGB color space, it consists of 248 red, 189 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 24% Magenta, 73% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8BD42
RGB248, 189, 66
HSL40.5°, 92.9%, 61.6%
CMYK0%, 24%, 73%, 3%
HSV40.5°, 73.4%, 97.3%
LAB80.0, 9.9, 67.0
XYZ57.9, 56.7, 13.1
Decimal16301378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.35:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BD42;
}
.text-color {
color: #F8BD42;
}
.border-color {
border: 2px solid #F8BD42;
}