Shades of Burnt Orange #FF792E
Tints of Burnt Orange #FF792E
RGB
CMYK
RGB Variations
Color information
#FF792E (or 0xFF792E) is known color: Burnt Orange. HEX triplet: FF, 79 and 2E. RGB value is (255,121,46). Sum of RGB (Red+Green+Blue) = 255+121+46=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF792E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF792E is #0086D1. Grayscale: #989898. Windows color (decimal): -34514 or 3045887. OLE color: 3045887.
HSL color Cylindrical-coordinate representation of color #FF792E: hue angle of 21.53º 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 #FF792E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 46 | - |
| CMYK | 0 | 0.53 | 0.82 | 0 |
| HSL | 21.53º | 1% | 0.59% | - |
| HSV(B) | 21.53º | 0.82% | 1% | - |
| XYZ | 48.57 | 35.13 | 6.81 | - |
| YUV | 152.52 | 67.89 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 46 | 0 | 0.53 | 0.82 | 0 | 21.53 | 1 | 0.59 |
| Hex | FF | 79 | 2E | 0 | 35 | 52 | 0 | 16 | 64 | 3B |
| Octal | 377 | 171 | 56 | 0 | 65 | 122 | 0 | 26 | 144 | 73 |
| Binary | 11111111 | 1111001 | 101110 | 0 | 110101 | 1010010 | 0 | 10110 | 1100100 | 111011 |
Color Harmonies of #FF792E
Complementary color
Monochromatic Colors of #FF792E
Black with #FF792E
Text Example
Text Example
White with #FF792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF792E; }
p { color: rgb(255,121,46); }
H1.HeaderClassName
{
color: #FF792E;
}
.AnyTagClassName
{
color: #FF792E;
}
</style>
background-color css
<style>
a { background-color: #FF792E; }
a { background-color: rgb(255,121,46); }
div.DivClassName
{
background-color: #FF792E;
}
.BgClassName
{
background-color: #FF792E;
}
</style>
border-color css
<style>
span { border-color: #FF792E; }
span { border-color: rgb(255,121,46); }
td.TdClassName
{
border-color: #FF792E;
}
.TagClassName
{
border-color: #FF792E;
}
</style>