#F8995F
A light, vivid orange closely aligning with Sandybrown.
About #F8995F
The precise color #F8995F is an excellent choice for modern design projects. It is closely associated with the named CSS color Sandybrown. This translates to an RGB value of rgb(248, 153, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 38% Magenta, 62% Yellow, and 3% Black. The HSL representation is 22.7° hue, 91.6% saturation, and 67.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8995F
RGB248, 153, 95
HSL22.7°, 91.6%, 67.3%
CMYK0%, 38%, 62%, 3%
HSV22.7°, 61.7%, 97.3%
LAB71.9, 30.3, 45.0
XYZ52.2, 43.6, 16.5
Decimal16292191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.71:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8995F;
}
.text-color {
color: #F8995F;
}
.border-color {
border: 2px solid #F8995F;
}