Vibrant Orange
#ff6216
Vibrant Orange is a color with the hex code #ff6216. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff6216 | |
|---|---|---|
| RGB | rgb(255, 98, 22) | |
| HSL | hsl(20, 100%, 54%) | |
| CMYK | cmyk(0%, 62%, 91%, 0%) | |
| LAB | lab(63, 59, 68) | |
| OKLCH | oklch(0.69 0.206 41) |
Color harmonies
Tints & shades
Code snippets
color: #ff6216;
background-color: #ff6216;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF6216)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.38, blue: 0.09, alpha: 1.0)