Deep Fried
#f0b054
Deep Fried, represented by the hex value #f0b054, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f0b054 | |
|---|---|---|
| RGB | rgb(240, 176, 84) | |
| HSL | hsl(35, 84%, 64%) | |
| CMYK | cmyk(0%, 27%, 65%, 6%) | |
| LAB | lab(77, 18, 55) | |
| OKLCH | oklch(0.8 0.131 74) |
Color harmonies
Tints & shades
Code snippets
color: #f0b054;
background-color: #f0b054;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0B054)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.69, blue: 0.33, alpha: 1.0)