Sandy Brown (Orange)
#F29650
RGB: 242, 150, 80
Color OverviewHEX #F29650
#F29650 Color Code Information
In the RGB color space, #F29650 is composed of 95% red, 59% green, and 31% blue. In the HSL color space, it has a hue of 26°, saturation of 86%, and lightness of 63%.
HEX
#F29650
RGB
242, 150, 80
HSL
26°, 86%, 63%
HSV
26°, 67%, 95%
CMYK
0%, 38%, 67%, 5%
Name Match
Sandy Brown
Closest StandardShades of #F29650 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F29650 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F29650 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F29650
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 #F29650 Background
Contrast Ratio against Pure White (#FFFFFF):2.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F29650 Background
Contrast Ratio against Pure Black (#000000):9.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F29650;
}
.element {
color: #F29650;
background-color: #F29650;
border-color: #F29650;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F29650] text-[#F29650] border-[#F29650]"> Content styled with #F29650 </div>