Mom’s Pancake
#f5c553
Mom’s Pancake, represented by the hex value #f5c553, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f5c553 | |
|---|---|---|
| RGB | rgb(245, 197, 83) | |
| HSL | hsl(42, 89%, 64%) | |
| CMYK | cmyk(0%, 20%, 66%, 4%) | |
| LAB | lab(82, 9, 62) | |
| OKLCH | oklch(0.85 0.14 86) |
Color harmonies
Tints & shades
Code snippets
color: #f5c553;
background-color: #f5c553;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5C553)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.77, blue: 0.33, alpha: 1.0)