#F8AF92
A light, vivid orange closely aligning with Darksalmon.
About #F8AF92
Visually, #F8AF92 is defined as a vivid orange. Designers often compare it to the standard color Darksalmon. In the RGB color space, it consists of 248 red, 175 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 29% Magenta, 41% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8AF92
RGB248, 175, 146
HSL17.1°, 87.9%, 77.3%
CMYK0%, 29%, 41%, 3%
HSV17.1°, 41.1%, 97.3%
LAB77.7, 23.2, 25.5
XYZ59.2, 52.7, 34.2
Decimal16297874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.54:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8AF92;
}
.text-color {
color: #F8AF92;
}
.border-color {
border: 2px solid #F8AF92;
}