Prometheus Orange
#f4581e
Prometheus Orange is a color with the hex code #f4581e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f4581e | |
|---|---|---|
| RGB | rgb(244, 88, 30) | |
| HSL | hsl(16, 91%, 54%) | |
| CMYK | cmyk(0%, 64%, 88%, 4%) | |
| LAB | lab(59, 59, 62) | |
| OKLCH | oklch(0.66 0.202 38) |
Color harmonies
Tints & shades
Code snippets
color: #f4581e;
background-color: #f4581e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF4581E)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.35, blue: 0.12, alpha: 1.0)