Shades of Burnt Orange #F7732D
Tints of Burnt Orange #F7732D
RGB
CMYK
RGB Variations
Color information
#F7732D (or 0xF7732D) is known color: Burnt Orange. HEX triplet: F7, 73 and 2D. RGB value is (247,115,45). Sum of RGB (Red+Green+Blue) = 247+115+45=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7732D is #088CD2. Grayscale: #929292. Windows color (decimal): -560339 or 2978807. OLE color: 2978807.
HSL color Cylindrical-coordinate representation of color #F7732D: hue angle of 20.79º 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 #F7732D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.03 |
| HSL | 20.79º | 0.93% | 0.57% | - |
| HSV(B) | 20.79º | 0.82% | 0.97% | - |
| XYZ | 44.96 | 32.23 | 6.33 | - |
| YUV | 146.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 45 | 0 | 0.53 | 0.82 | 0.03 | 20.79 | 0.93 | 0.57 |
| Hex | F7 | 73 | 2D | 0 | 35 | 52 | 3 | 15 | 5D | 39 |
| Octal | 367 | 163 | 55 | 0 | 65 | 122 | 3 | 25 | 135 | 71 |
| Binary | 11110111 | 1110011 | 101101 | 0 | 110101 | 1010010 | 11 | 10101 | 1011101 | 111001 |
Color Harmonies of #F7732D
Complementary color
Monochromatic Colors of #F7732D
Black with #F7732D
Text Example
Text Example
White with #F7732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7732D; }
p { color: rgb(247,115,45); }
H1.HeaderClassName
{
color: #F7732D;
}
.AnyTagClassName
{
color: #F7732D;
}
</style>
background-color css
<style>
a { background-color: #F7732D; }
a { background-color: rgb(247,115,45); }
div.DivClassName
{
background-color: #F7732D;
}
.BgClassName
{
background-color: #F7732D;
}
</style>
border-color css
<style>
span { border-color: #F7732D; }
span { border-color: rgb(247,115,45); }
td.TdClassName
{
border-color: #F7732D;
}
.TagClassName
{
border-color: #F7732D;
}
</style>