#F8A875
A light, vivid orange closely aligning with Lightsalmon.
About #F8A875
When working with digital screens, the color #F8A875 is rendered by mixing light. Its closest recognized web color is Lightsalmon. This translates to an RGB value of rgb(248, 168, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 32% M, 53% Y, and 3% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8A875
RGB248, 168, 117
HSL23.4°, 90.3%, 71.6%
CMYK0%, 32%, 53%, 3%
HSV23.4°, 52.8%, 97.3%
LAB75.6, 24.1, 38.2
XYZ55.9, 49.2, 23.4
Decimal16296053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.85:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A875;
}
.text-color {
color: #F8A875;
}
.border-color {
border: 2px solid #F8A875;
}