Vivid Orange
#ff5f00
Vivid Orange is a color with the hex code #ff5f00. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff5f00 | |
|---|---|---|
| RGB | rgb(255, 95, 0) | |
| HSL | hsl(22, 100%, 50%) | |
| CMYK | cmyk(0%, 63%, 100%, 0%) | |
| LAB | lab(62, 60, 72) | |
| OKLCH | oklch(0.69 0.21 41) |
Color harmonies
Tints & shades
Code snippets
color: #ff5f00;
background-color: #ff5f00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF5F00)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.37, blue: 0.00, alpha: 1.0)