Shades of Burnt Orange #F7732F
Tints of Burnt Orange #F7732F
RGB
CMYK
RGB Variations
Color information
#F7732F (or 0xF7732F) is known color: Burnt Orange. HEX triplet: F7, 73 and 2F. RGB value is (247,115,47). Sum of RGB (Red+Green+Blue) = 247+115+47=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7732F is #088CD0. Grayscale: #939393. Windows color (decimal): -560337 or 3109879. OLE color: 3109879.
HSL color Cylindrical-coordinate representation of color #F7732F: hue angle of 20.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7732F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 47 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.03 |
| HSL | 20.4º | 0.93% | 0.58% | - |
| HSV(B) | 20.4º | 0.81% | 0.97% | - |
| XYZ | 45 | 32.24 | 6.54 | - |
| YUV | 146.72 | 71.73 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 47 | 0 | 0.53 | 0.81 | 0.03 | 20.4 | 0.93 | 0.58 |
| Hex | F7 | 73 | 2F | 0 | 35 | 51 | 3 | 14 | 5D | 3A |
| Octal | 367 | 163 | 57 | 0 | 65 | 121 | 3 | 24 | 135 | 72 |
| Binary | 11110111 | 1110011 | 101111 | 0 | 110101 | 1010001 | 11 | 10100 | 1011101 | 111010 |
Color Harmonies of #F7732F
Complementary color
Monochromatic Colors of #F7732F
Black with #F7732F
Text Example
Text Example
White with #F7732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7732F; }
p { color: rgb(247,115,47); }
H1.HeaderClassName
{
color: #F7732F;
}
.AnyTagClassName
{
color: #F7732F;
}
</style>
background-color css
<style>
a { background-color: #F7732F; }
a { background-color: rgb(247,115,47); }
div.DivClassName
{
background-color: #F7732F;
}
.BgClassName
{
background-color: #F7732F;
}
</style>
border-color css
<style>
span { border-color: #F7732F; }
span { border-color: rgb(247,115,47); }
td.TdClassName
{
border-color: #F7732F;
}
.TagClassName
{
border-color: #F7732F;
}
</style>