#FBC02D
Material yellow 700
#FBC02D is a orange colour. In RGB it is 251 red, 192 green and 45 blue, which converts to a hue of 43 degrees, 96% saturation and 58% lightness. It is Material yellow 700 in that design system's palette.
Color values
| HEX | #FBC02D |
|---|---|
| RGB | rgb(251, 192, 45) |
| HSL | hsl(43, 96%, 58%) |
| HSV | hsv(43, 82%, 98%) |
| CMYK | cmyk(0%, 24%, 82%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.66:1, and against black it is 12.68: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.66:1 | Fail | Fail |
| Black | 12.68:1 | AAA | AAA |
Tints and shades
Lighter tints move #FBC02D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FBC02D; |
|---|---|
| CSS rgb() | color: rgb(251 192 45); |
| Tailwind | bg-[#fbc02d] |
| SwiftUI | Color(red: 0.984, green: 0.753, blue: 0.176) |
| Android | Color.parseColor("#FBC02D") |
Closest named color
The nearest CSS colour keyword to #FBC02D is gold (#FFD700).