#F8BD24
A medium, vivid orange closely aligning with Goldenrod.
About #F8BD24
The hex code #F8BD24 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Goldenrod. This translates to an RGB value of rgb(248, 189, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 24% Magenta, 85% Yellow, and 3% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8BD24
RGB248, 189, 36
HSL43.3°, 93.8%, 55.7%
CMYK0%, 24%, 85%, 3%
HSV43.3°, 85.5%, 97.3%
LAB79.9, 8.9, 76.4
XYZ57.2, 56.5, 9.6
Decimal16301348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.30:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BD24;
}
.text-color {
color: #F8BD24;
}
.border-color {
border: 2px solid #F8BD24;
}