Molten Core
#ff5800
Molten Core, represented by the hex value #ff5800, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff5800 | |
|---|---|---|
| RGB | rgb(255, 88, 0) | |
| HSL | hsl(21, 100%, 50%) | |
| CMYK | cmyk(0%, 65%, 100%, 0%) | |
| LAB | lab(61, 63, 72) | |
| OKLCH | oklch(0.68 0.215 40) |
Color harmonies
Tints & shades
Code snippets
color: #ff5800;
background-color: #ff5800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF5800)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.35, blue: 0.00, alpha: 1.0)