Bittersweet
#fea051
Looking for the precise values behind Bittersweet (#fea051)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fea051 | |
|---|---|---|
| RGB | rgb(254, 160, 81) | |
| HSL | hsl(27, 99%, 66%) | |
| CMYK | cmyk(0%, 37%, 68%, 0%) | |
| LAB | lab(75, 31, 55) | |
| OKLCH | oklch(0.79 0.146 58) |
Color harmonies
Tints & shades
Code snippets
color: #fea051;
background-color: #fea051;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFEA051)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.63, blue: 0.32, alpha: 1.0)