Sandy Brown (Orange)
#F2A864
RGB: 242, 168, 100
Color OverviewHEX #F2A864

#F2A864 Color Code Information

In the RGB color space, #F2A864 is composed of 95% red, 66% green, and 39% blue. In the HSL color space, it has a hue of 29°, saturation of 85%, and lightness of 67%.

HEX
#F2A864
RGB
242, 168, 100
HSL
29°, 85%, 67%
HSV
29°, 59%, 95%
CMYK
0%, 31%, 59%, 5%
Name Match
Sandy Brown
Closest Standard

Shades of #F2A864 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #F2A864 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #F2A864 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #F2A864

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #F2A864 Background
Contrast Ratio against Pure White (#FFFFFF):1.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F2A864 Background
Contrast Ratio against Pure Black (#000000):10.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #F2A864;
}

.element {
  color: #F2A864;
  background-color: #F2A864;
  border-color: #F2A864;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#F2A864] text-[#F2A864] border-[#F2A864]">
  Content styled with #F2A864
</div>