Orange You Glad
#ffa601
Looking for the precise values behind Orange You Glad (#ffa601)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffa601 | |
|---|---|---|
| RGB | rgb(255, 166, 1) | |
| HSL | hsl(39, 100%, 50%) | |
| CMYK | cmyk(0%, 35%, 100%, 0%) | |
| LAB | lab(76, 27, 79) | |
| OKLCH | oklch(0.79 0.171 71) |
Color harmonies
Tints & shades
Code snippets
color: #ffa601;
background-color: #ffa601;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFA601)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.65, blue: 0.00, alpha: 1.0)