Flaming Cauldron
#f6a374
Flaming Cauldron, represented by the hex value #f6a374, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6a374 | |
|---|---|---|
| RGB | rgb(246, 163, 116) | |
| HSL | hsl(22, 88%, 71%) | |
| CMYK | cmyk(0%, 34%, 53%, 4%) | |
| LAB | lab(75, 28, 38) | |
| OKLCH | oklch(0.79 0.117 50) |
Color harmonies
Tints & shades
Code snippets
color: #f6a374;
background-color: #f6a374;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF6A374)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.64, blue: 0.45, alpha: 1.0)