#FFCC80
Material orange 200
#FFCC80 is a orange colour. In RGB it is 255 red, 204 green and 128 blue, which converts to a hue of 36 degrees, 100% saturation and 75% lightness. It is Material orange 200 in that design system's palette.
Color values
| HEX | #FFCC80 |
|---|---|
| RGB | rgb(255, 204, 128) |
| HSL | hsl(36, 100%, 75%) |
| HSV | hsv(36, 50%, 100%) |
| CMYK | cmyk(0%, 20%, 50%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.48:1, and against black it is 14.2: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 | 1.48:1 | Fail | Fail |
| Black | 14.2:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFCC80 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFCC80; |
|---|---|
| CSS rgb() | color: rgb(255 204 128); |
| Tailwind | bg-[#ffcc80] |
| SwiftUI | Color(red: 1.000, green: 0.800, blue: 0.502) |
| Android | Color.parseColor("#FFCC80") |
Closest named color
The nearest CSS colour keyword to #FFCC80 is khaki (#F0E68C).