Banana
#fffc79
Banana, represented by the hex value #fffc79, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fffc79 | |
|---|---|---|
| RGB | rgb(255, 252, 121) | |
| HSL | hsl(59, 100%, 74%) | |
| CMYK | cmyk(0%, 1%, 53%, 0%) | |
| LAB | lab(97, -11, 62) | |
| OKLCH | oklch(0.97 0.153 108) |
Color harmonies
Tints & shades
Code snippets
color: #fffc79;
background-color: #fffc79;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFC79)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.99, blue: 0.47, alpha: 1.0)