Safety Orange
#ff6600
Here's everything about the color Safety Orange (#ff6600) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff6600 | |
|---|---|---|
| RGB | rgb(255, 102, 0) | |
| HSL | hsl(24, 100%, 50%) | |
| CMYK | cmyk(0%, 60%, 100%, 0%) | |
| LAB | lab(63, 57, 73) | |
| OKLCH | oklch(0.7 0.204 43) |
Color harmonies
Tints & shades
Code snippets
color: #ff6600;
background-color: #ff6600;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF6600)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.40, blue: 0.00, alpha: 1.0)