Popcorn
#f7d07a
Popcorn, represented by the hex value #f7d07a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7d07a | |
|---|---|---|
| RGB | rgb(247, 208, 122) | |
| HSL | hsl(41, 89%, 72%) | |
| CMYK | cmyk(0%, 16%, 51%, 3%) | |
| LAB | lab(86, 7, 48) | |
| OKLCH | oklch(0.87 0.114 86) |
Color harmonies
Tints & shades
Code snippets
color: #f7d07a;
background-color: #f7d07a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7D07A)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.82, blue: 0.48, alpha: 1.0)