Atomic Orange
#f88605
Atomic Orange is a color with the hex code #f88605. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f88605 | |
|---|---|---|
| RGB | rgb(248, 134, 5) | |
| HSL | hsl(32, 96%, 50%) | |
| CMYK | cmyk(0%, 46%, 98%, 3%) | |
| LAB | lab(68, 40, 74) | |
| OKLCH | oklch(0.73 0.176 57) |
Color harmonies
Tints & shades
Code snippets
color: #f88605;
background-color: #f88605;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF88605)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.53, blue: 0.02, alpha: 1.0)