#FF8A65
Material deeporange 300
#FF8A65 is a red colour. In RGB it is 255 red, 138 green and 101 blue, which converts to a hue of 14 degrees, 100% saturation and 70% lightness. It is Material deeporange 300 in that design system's palette.
Color values
| HEX | #FF8A65 |
|---|---|
| RGB | rgb(255, 138, 101) |
| HSL | hsl(14, 100%, 70%) |
| HSV | hsv(14, 60%, 100%) |
| CMYK | cmyk(0%, 46%, 60%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 2.31:1, and against black it is 9.08: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.31:1 | Fail | Fail |
| Black | 9.08:1 | AAA | AAA |
Tints and shades
Lighter tints move #FF8A65 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FF8A65; |
|---|---|
| CSS rgb() | color: rgb(255 138 101); |
| Tailwind | bg-[#ff8a65] |
| SwiftUI | Color(red: 1.000, green: 0.541, blue: 0.396) |
| Android | Color.parseColor("#FF8A65") |
Closest named color
The nearest CSS colour keyword to #FF8A65 is salmon (#FA8072).