Shades of Burnt Orange #FF7A2E
Tints of Burnt Orange #FF7A2E
RGB
CMYK
RGB Variations
Color information
#FF7A2E (or 0xFF7A2E) is known color: Burnt Orange. HEX triplet: FF, 7A and 2E. RGB value is (255,122,46). Sum of RGB (Red+Green+Blue) = 255+122+46=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A2E is #0085D1. Grayscale: #999999. Windows color (decimal): -34258 or 3046143. OLE color: 3046143.
HSL color Cylindrical-coordinate representation of color #FF7A2E: hue angle of 21.82º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF7A2E is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 46 | - |
| CMYK | 0 | 0.52 | 0.82 | 0 |
| HSL | 21.82º | 1% | 0.59% | - |
| HSV(B) | 21.82º | 0.82% | 1% | - |
| XYZ | 48.69 | 35.38 | 6.85 | - |
| YUV | 153.1 | 67.56 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 46 | 0 | 0.52 | 0.82 | 0 | 21.82 | 1 | 0.59 |
| Hex | FF | 7A | 2E | 0 | 34 | 52 | 0 | 16 | 64 | 3B |
| Octal | 377 | 172 | 56 | 0 | 64 | 122 | 0 | 26 | 144 | 73 |
| Binary | 11111111 | 1111010 | 101110 | 0 | 110100 | 1010010 | 0 | 10110 | 1100100 | 111011 |
Color Harmonies of #FF7A2E
Complementary color
Monochromatic Colors of #FF7A2E
Black with #FF7A2E
Text Example
Text Example
White with #FF7A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A2E; }
p { color: rgb(255,122,46); }
H1.HeaderClassName
{
color: #FF7A2E;
}
.AnyTagClassName
{
color: #FF7A2E;
}
</style>
background-color css
<style>
a { background-color: #FF7A2E; }
a { background-color: rgb(255,122,46); }
div.DivClassName
{
background-color: #FF7A2E;
}
.BgClassName
{
background-color: #FF7A2E;
}
</style>
border-color css
<style>
span { border-color: #FF7A2E; }
span { border-color: rgb(255,122,46); }
td.TdClassName
{
border-color: #FF7A2E;
}
.TagClassName
{
border-color: #FF7A2E;
}
</style>