#F0925F
A light, vivid orange closely aligning with Lightsalmon.
About #F0925F
Visually, #F0925F is defined as a vivid orange. Its closest recognized web color is Lightsalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 146, and 95.
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 39% magenta inks. The HSL representation is 21.1° hue, 82.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0925F
RGB240, 146, 95
HSL21.1°, 82.9%, 65.7%
CMYK0%, 39%, 60%, 6%
HSV21.1°, 60.4%, 94.1%
LAB69.4, 30.8, 41.7
XYZ48.3, 39.9, 16.0
Decimal15766111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.98:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0925F;
}
.text-color {
color: #F0925F;
}
.border-color {
border: 2px solid #F0925F;
}