King Nacho
#ffb800
Looking for the precise values behind King Nacho (#ffb800)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb800 | |
|---|---|---|
| RGB | rgb(255, 184, 0) | |
| HSL | hsl(43, 100%, 50%) | |
| CMYK | cmyk(0%, 28%, 100%, 0%) | |
| LAB | lab(80, 18, 82) | |
| OKLCH | oklch(0.83 0.171 81) |
Color harmonies
Tints & shades
Code snippets
color: #ffb800;
background-color: #ffb800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFB800)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.72, blue: 0.00, alpha: 1.0)