#F0AF5F
A light, vivid orange closely aligning with Sandybrown.
About #F0AF5F
The precise color #F0AF5F 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(240, 175, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 27% magenta, 60% yellow, and 6% black. With a hue angle of 33.1 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0AF5F
RGB240, 175, 95
HSL33.1°, 82.9%, 65.7%
CMYK0%, 27%, 60%, 6%
HSV33.1°, 60.4%, 94.1%
LAB76.1, 15.5, 49.7
XYZ53.3, 50.0, 17.7
Decimal15773535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.00:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AF5F;
}
.text-color {
color: #F0AF5F;
}
.border-color {
border: 2px solid #F0AF5F;
}