Orange Juice
#ff7f00
Orange Juice, represented by the hex value #ff7f00, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff7f00 | |
|---|---|---|
| RGB | rgb(255, 127, 0) | |
| HSL | hsl(30, 100%, 50%) | |
| CMYK | cmyk(0%, 50%, 100%, 0%) | |
| LAB | lab(68, 46, 75) | |
| OKLCH | oklch(0.73 0.186 53) |
Color harmonies
Tints & shades
Code snippets
color: #ff7f00;
background-color: #ff7f00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7F00)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.50, blue: 0.00, alpha: 1.0)