#F8BD66
A light, vivid orange closely aligning with Sandybrown.
About #F8BD66
The hex code #F8BD66 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Sandybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 189, and 102.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 24% magenta, 59% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8BD66
RGB248, 189, 102
HSL35.8°, 91.3%, 68.6%
CMYK0%, 24%, 59%, 3%
HSV35.8°, 58.9%, 97.3%
LAB80.4, 11.9, 51.5
XYZ59.3, 57.3, 20.5
Decimal16301414
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.46:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BD66;
}
.text-color {
color: #F8BD66;
}
.border-color {
border: 2px solid #F8BD66;
}