#F8AF8A
A light, vivid orange closely aligning with Darksalmon.
About #F8AF8A
At its core, #F8AF8A is a light and vivid hue. Designers often compare it to the standard color Darksalmon. In the RGB color space, it consists of 248 red, 175 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 29% magenta, 44% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8AF8A
RGB248, 175, 138
HSL20.2°, 88.7%, 75.7%
CMYK0%, 29%, 44%, 3%
HSV20.2°, 44.4%, 97.3%
LAB77.5, 22.4, 29.6
XYZ58.6, 52.5, 31.1
Decimal16297866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.49:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8AF8A;
}
.text-color {
color: #F8AF8A;
}
.border-color {
border: 2px solid #F8AF8A;
}