#FFAF75
A light, vivid orange closely aligning with Sandybrown.
About #FFAF75
When working with digital screens, the color #FFAF75 is rendered by mixing light. Its closest recognized web color is Sandybrown. This translates to an RGB value of rgb(255, 175, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 31% M, 54% Y, and 0% K. With a hue angle of 25.2 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFAF75
RGB255, 175, 117
HSL25.2°, 100.0%, 72.9%
CMYK0%, 31%, 54%, 0%
HSV25.2°, 54.1%, 100.0%
LAB78.0, 23.2, 41.3
XYZ59.8, 53.2, 23.9
Decimal16756597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.64:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAF75;
}
.text-color {
color: #FFAF75;
}
.border-color {
border: 2px solid #FFAF75;
}