#F57F17
Material yellow 900
#F57F17 is a orange colour. In RGB it is 245 red, 127 green and 23 blue, which converts to a hue of 28 degrees, 92% saturation and 53% lightness. It is Material yellow 900 in that design system's palette.
Color values
| HEX | #F57F17 |
|---|---|
| RGB | rgb(245, 127, 23) |
| HSL | hsl(28, 92%, 53%) |
| HSV | hsv(28, 91%, 96%) |
| CMYK | cmyk(0%, 48%, 91%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 2.65:1, and against black it is 7.93: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.65:1 | Fail | Fail |
| Black | 7.93:1 | AAA | AAA |
Tints and shades
Lighter tints move #F57F17 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F57F17; |
|---|---|
| CSS rgb() | color: rgb(245 127 23); |
| Tailwind | bg-[#f57f17] |
| SwiftUI | Color(red: 0.961, green: 0.498, blue: 0.090) |
| Android | Color.parseColor("#F57F17") |
Closest named color
The nearest CSS colour keyword to #F57F17 is darkorange (#FF8C00).