Sandy Brown (Orange)
#F6AF3C
RGB: 246, 175, 60
Color OverviewHEX #F6AF3C
#F6AF3C Color Code Information
In the RGB color space, #F6AF3C is composed of 96% red, 69% green, and 24% blue. In the HSL color space, it has a hue of 37°, saturation of 91%, and lightness of 60%.
HEX
#F6AF3C
RGB
246, 175, 60
HSL
37°, 91%, 60%
HSV
37°, 76%, 96%
CMYK
0%, 29%, 76%, 4%
Name Match
Sandy Brown
Closest StandardShades of #F6AF3C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F6AF3C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F6AF3C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F6AF3C
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #F6AF3C Background
Contrast Ratio against Pure White (#FFFFFF):1.89 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F6AF3C Background
Contrast Ratio against Pure Black (#000000):11.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F6AF3C;
}
.element {
color: #F6AF3C;
background-color: #F6AF3C;
border-color: #F6AF3C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F6AF3C] text-[#F6AF3C] border-[#F6AF3C]"> Content styled with #F6AF3C </div>