Shades of Burnt Orange #FF792D
Tints of Burnt Orange #FF792D
RGB
CMYK
RGB Variations
Color information
#FF792D (or 0xFF792D) is known color: Burnt Orange. HEX triplet: FF, 79 and 2D. RGB value is (255,121,45). Sum of RGB (Red+Green+Blue) = 255+121+45=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF792D is #0086D2. Grayscale: #989898. Windows color (decimal): -34515 or 2980351. OLE color: 2980351.
HSL color Cylindrical-coordinate representation of color #FF792D: hue angle of 21.71º 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 #FF792D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0 |
| HSL | 21.71º | 1% | 0.59% | - |
| HSV(B) | 21.71º | 0.82% | 1% | - |
| XYZ | 48.55 | 35.12 | 6.7 | - |
| YUV | 152.4 | 67.39 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 45 | 0 | 0.53 | 0.82 | 0 | 21.71 | 1 | 0.59 |
| Hex | FF | 79 | 2D | 0 | 35 | 52 | 0 | 16 | 64 | 3B |
| Octal | 377 | 171 | 55 | 0 | 65 | 122 | 0 | 26 | 144 | 73 |
| Binary | 11111111 | 1111001 | 101101 | 0 | 110101 | 1010010 | 0 | 10110 | 1100100 | 111011 |
Color Harmonies of #FF792D
Complementary color
Monochromatic Colors of #FF792D
Black with #FF792D
Text Example
Text Example
White with #FF792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF792D; }
p { color: rgb(255,121,45); }
H1.HeaderClassName
{
color: #FF792D;
}
.AnyTagClassName
{
color: #FF792D;
}
</style>
background-color css
<style>
a { background-color: #FF792D; }
a { background-color: rgb(255,121,45); }
div.DivClassName
{
background-color: #FF792D;
}
.BgClassName
{
background-color: #FF792D;
}
</style>
border-color css
<style>
span { border-color: #FF792D; }
span { border-color: rgb(255,121,45); }
td.TdClassName
{
border-color: #FF792D;
}
.TagClassName
{
border-color: #FF792D;
}
</style>