Flame Seal
#f4e25a
Flame Seal, represented by the hex value #f4e25a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f4e25a | |
|---|---|---|
| RGB | rgb(244, 226, 90) | |
| HSL | hsl(53, 88%, 65%) | |
| CMYK | cmyk(0%, 7%, 63%, 4%) | |
| LAB | lab(90, -5, 66) | |
| OKLCH | oklch(0.9 0.154 102) |
Color harmonies
Tints & shades
Code snippets
color: #f4e25a;
background-color: #f4e25a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4E25A)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.89, blue: 0.35, alpha: 1.0)