Cheese
#ffa600
Cheese is a color with the hex code #ffa600. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffa600 | |
|---|---|---|
| RGB | rgb(255, 166, 0) | |
| 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: #ffa600;
background-color: #ffa600;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFA600)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.65, blue: 0.00, alpha: 1.0)