Flush Orange
#ff6f01
Flush Orange is a color with the hex code #ff6f01. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff6f01 | |
|---|---|---|
| RGB | rgb(255, 111, 1) | |
| HSL | hsl(26, 100%, 50%) | |
| CMYK | cmyk(0%, 56%, 100%, 0%) | |
| LAB | lab(65, 53, 73) | |
| OKLCH | oklch(0.71 0.197 46) |
Color harmonies
Tints & shades
Code snippets
color: #ff6f01;
background-color: #ff6f01;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF6F01)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.44, blue: 0.00, alpha: 1.0)