#F8926D
A light, vivid orange closely aligning with Lightsalmon.
About #F8926D
The precise color #F8926D is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightsalmon. In the RGB color space, it consists of 248 red, 146 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 41% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8926D
RGB248, 146, 109
HSL16.0°, 90.8%, 70.0%
CMYK0%, 41%, 56%, 3%
HSV16.0°, 56.0%, 97.3%
LAB70.6, 35.0, 36.1
XYZ51.8, 41.6, 19.8
Decimal16290413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.32:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8926D;
}
.text-color {
color: #F8926D;
}
.border-color {
border: 2px solid #F8926D;
}