Shades of Burnt Orange #F7792D
Tints of Burnt Orange #F7792D
RGB
CMYK
RGB Variations
Color information
#F7792D (or 0xF7792D) is known color: Burnt Orange. HEX triplet: F7, 79 and 2D. RGB value is (247,121,45). Sum of RGB (Red+Green+Blue) = 247+121+45=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F7792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7792D is #0886D2. Grayscale: #969696. Windows color (decimal): -558803 or 2980343. OLE color: 2980343.
HSL color Cylindrical-coordinate representation of color #F7792D: hue angle of 22.57º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7792D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 45 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.03 |
| HSL | 22.57º | 0.93% | 0.57% | - |
| HSV(B) | 22.57º | 0.82% | 0.97% | - |
| XYZ | 45.67 | 33.64 | 6.57 | - |
| YUV | 150.01 | 68.74 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 45 | 0 | 0.51 | 0.82 | 0.03 | 22.57 | 0.93 | 0.57 |
| Hex | F7 | 79 | 2D | 0 | 33 | 52 | 3 | 17 | 5D | 39 |
| Octal | 367 | 171 | 55 | 0 | 63 | 122 | 3 | 27 | 135 | 71 |
| Binary | 11110111 | 1111001 | 101101 | 0 | 110011 | 1010010 | 11 | 10111 | 1011101 | 111001 |
Color Harmonies of #F7792D
Complementary color
Monochromatic Colors of #F7792D
Black with #F7792D
Text Example
Text Example
White with #F7792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7792D; }
p { color: rgb(247,121,45); }
H1.HeaderClassName
{
color: #F7792D;
}
.AnyTagClassName
{
color: #F7792D;
}
</style>
background-color css
<style>
a { background-color: #F7792D; }
a { background-color: rgb(247,121,45); }
div.DivClassName
{
background-color: #F7792D;
}
.BgClassName
{
background-color: #F7792D;
}
</style>
border-color css
<style>
span { border-color: #F7792D; }
span { border-color: rgb(247,121,45); }
td.TdClassName
{
border-color: #F7792D;
}
.TagClassName
{
border-color: #F7792D;
}
</style>