#F8AF6D
A light, vivid orange closely aligning with Sandybrown.
About #F8AF6D
When working with digital screens, the color #F8AF6D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sandybrown. Its digital footprint relies on 248 parts red, 175 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. The HSL representation is 28.5° hue, 90.8% saturation, and 70.0% lightness.
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#F8AF6D
RGB248, 175, 109
HSL28.5°, 90.8%, 70.0%
CMYK0%, 29%, 56%, 3%
HSV28.5°, 56.0%, 97.3%
LAB77.1, 19.8, 44.2
XYZ56.8, 51.7, 21.5
Decimal16297837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.34:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8AF6D;
}
.text-color {
color: #F8AF6D;
}
.border-color {
border: 2px solid #F8AF6D;
}