Oriole
#ff8008
Here's everything about the color Oriole (#ff8008) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff8008 | |
|---|---|---|
| RGB | rgb(255, 128, 8) | |
| HSL | hsl(29, 100%, 52%) | |
| CMYK | cmyk(0%, 50%, 97%, 0%) | |
| LAB | lab(68, 46, 74) | |
| OKLCH | oklch(0.73 0.185 53) |
Color harmonies
Tints & shades
Code snippets
color: #ff8008;
background-color: #ff8008;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF8008)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.50, blue: 0.03, alpha: 1.0)