#F0995F
A light, vivid orange closely aligning with Sandybrown.
About #F0995F
At its core, #F0995F is a light and vivid hue. Its closest recognized web color is Sandybrown. Its digital footprint relies on 240 parts red, 153 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 36% Magenta, 60% Yellow, and 6% Black. The HSL representation is 24.0° hue, 82.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0995F
RGB240, 153, 95
HSL24.0°, 82.9%, 65.7%
CMYK0%, 36%, 60%, 6%
HSV24.0°, 60.4%, 94.1%
LAB71.0, 27.1, 43.6
XYZ49.4, 42.1, 16.4
Decimal15767903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.43:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0995F;
}
.text-color {
color: #F0995F;
}
.border-color {
border: 2px solid #F0995F;
}