#F97316
Tailwind orange-500
#F97316 is a orange colour. In RGB it is 249 red, 115 green and 22 blue, which converts to a hue of 25 degrees, 95% saturation and 53% lightness. It is Tailwind orange-500 in that design system's palette.
Color values
| HEX | #F97316 |
|---|---|
| RGB | rgb(249, 115, 22) |
| HSL | hsl(25, 95%, 53%) |
| HSV | hsv(25, 91%, 98%) |
| CMYK | cmyk(0%, 54%, 91%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 2.8:1, and against black it is 7.49: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.8:1 | Fail | Fail |
| Black | 7.49:1 | AAA | AAA |
Tints and shades
Lighter tints move #F97316 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F97316; |
|---|---|
| CSS rgb() | color: rgb(249 115 22); |
| Tailwind | bg-[#f97316] |
| SwiftUI | Color(red: 0.976, green: 0.451, blue: 0.086) |
| Android | Color.parseColor("#F97316") |
Closest named color
The nearest CSS colour keyword to #F97316 is darkorange (#FF8C00).