Salted Caramel Popcorn
#fdb251
Looking for the precise values behind Salted Caramel Popcorn (#fdb251)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdb251 | |
|---|---|---|
| RGB | rgb(253, 178, 81) | |
| HSL | hsl(34, 98%, 65%) | |
| CMYK | cmyk(0%, 30%, 68%, 1%) | |
| LAB | lab(79, 22, 59) | |
| OKLCH | oklch(0.82 0.141 70) |
Color harmonies
Tints & shades
Code snippets
color: #fdb251;
background-color: #fdb251;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDB251)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.70, blue: 0.32, alpha: 1.0)