#F08A66
A light, vivid orange closely aligning with Lightsalmon.
About #F08A66
At its core, #F08A66 is a light and vivid hue. Its closest recognized web color is Lightsalmon. In the RGB color space, it consists of 240 red, 138 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F08A66
RGB240, 138, 102
HSL15.7°, 82.1%, 67.1%
CMYK0%, 43%, 57%, 6%
HSV15.7°, 57.5%, 94.1%
LAB67.8, 35.5, 36.0
XYZ47.4, 37.7, 17.3
Decimal15764070
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.53:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F08A66;
}
.text-color {
color: #F08A66;
}
.border-color {
border: 2px solid #F08A66;
}