Orange
#ffa500
Here's everything about the color Orange (#ffa500) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffa500 | |
|---|---|---|
| RGB | rgb(255, 165, 0) | |
| HSL | hsl(39, 100%, 50%) | |
| CMYK | cmyk(0%, 35%, 100%, 0%) | |
| LAB | lab(76, 28, 79) | |
| OKLCH | oklch(0.79 0.171 71) |
Color harmonies
Tints & shades
Code snippets
color: #ffa500;
background-color: #ffa500;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFA500)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.65, blue: 0.00, alpha: 1.0)