Five Star
#ffaa4a
Five Star is a color with the hex code #ffaa4a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffaa4a | |
|---|---|---|
| RGB | rgb(255, 170, 74) | |
| HSL | hsl(32, 100%, 65%) | |
| CMYK | cmyk(0%, 33%, 71%, 0%) | |
| LAB | lab(77, 26, 61) | |
| OKLCH | oklch(0.8 0.148 66) |
Color harmonies
Tints & shades
Code snippets
color: #ffaa4a;
background-color: #ffaa4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFAA4A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.67, blue: 0.29, alpha: 1.0)