#F8AF66
A light, vivid orange closely aligning with Sandybrown.
About #F8AF66
At its core, #F8AF66 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Sandybrown. This translates to an RGB value of rgb(248, 175, 102).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8AF66
RGB248, 175, 102
HSL30.0°, 91.3%, 68.6%
CMYK0%, 29%, 59%, 3%
HSV30.0°, 58.9%, 97.3%
LAB77.0, 19.3, 47.6
XYZ56.4, 51.6, 19.6
Decimal16297830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.32:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8AF66;
}
.text-color {
color: #F8AF66;
}
.border-color {
border: 2px solid #F8AF66;
}