Heat Wave
#ff7a00
Looking for the precise values behind Heat Wave (#ff7a00)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff7a00 | |
|---|---|---|
| RGB | rgb(255, 122, 0) | |
| HSL | hsl(29, 100%, 50%) | |
| CMYK | cmyk(0%, 52%, 100%, 0%) | |
| LAB | lab(67, 48, 74) | |
| OKLCH | oklch(0.72 0.19 51) |
Color harmonies
Tints & shades
Code snippets
color: #ff7a00;
background-color: #ff7a00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7A00)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.48, blue: 0.00, alpha: 1.0)