Beer
#fcaa12
Looking for the precise values behind Beer (#fcaa12)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fcaa12 | |
|---|---|---|
| RGB | rgb(252, 170, 18) | |
| HSL | hsl(39, 98%, 53%) | |
| CMYK | cmyk(0%, 33%, 93%, 1%) | |
| LAB | lab(76, 24, 77) | |
| OKLCH | oklch(0.8 0.167 74) |
Color harmonies
Tints & shades
Code snippets
color: #fcaa12;
background-color: #fcaa12;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCAA12)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.67, blue: 0.07, alpha: 1.0)