#F4A460
sandybrown
#F4A460 is a orange colour. In RGB it is 244 red, 164 green and 96 blue, which converts to a hue of 28 degrees, 87% saturation and 67% lightness. It is one of the named CSS colours, written as sandybrown in stylesheets.
Color values
| HEX | #F4A460 |
|---|---|
| RGB | rgb(244, 164, 96) |
| HSL | hsl(28, 87%, 67%) |
| HSV | hsv(28, 61%, 96%) |
| CMYK | cmyk(0%, 33%, 61%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 2.03:1, and against black it is 10.33:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.03:1 | Fail | Fail |
| Black | 10.33:1 | AAA | AAA |
Tints and shades
Lighter tints move #F4A460 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F4A460; |
|---|---|
| CSS rgb() | color: rgb(244 164 96); |
| Tailwind | bg-[#f4a460] |
| SwiftUI | Color(red: 0.957, green: 0.643, blue: 0.376) |
| Android | Color.parseColor("#F4A460") |