Anna Banana
#f5d547
Anna Banana, represented by the hex value #f5d547, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f5d547 | |
|---|---|---|
| RGB | rgb(245, 213, 71) | |
| HSL | hsl(49, 90%, 62%) | |
| CMYK | cmyk(0%, 13%, 71%, 4%) | |
| LAB | lab(86, 1, 70) | |
| OKLCH | oklch(0.88 0.157 96) |
Color harmonies
Tints & shades
Code snippets
color: #f5d547;
background-color: #f5d547;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5D547)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.84, blue: 0.28, alpha: 1.0)