#F09266
A light, vivid orange closely aligning with Lightsalmon.
About #F09266
Visually, #F09266 is defined as a vivid orange. It is closely associated with the named CSS color Lightsalmon. Its digital footprint relies on 240 parts red, 146 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 39% M, 57% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F09266
RGB240, 146, 102
HSL19.1°, 82.1%, 67.1%
CMYK0%, 39%, 57%, 6%
HSV19.1°, 57.5%, 94.1%
LAB69.5, 31.3, 38.2
XYZ48.6, 40.0, 17.7
Decimal15766118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.01:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F09266;
}
.text-color {
color: #F09266;
}
.border-color {
border: 2px solid #F09266;
}