Shades of Burnt Orange #F76934
Tints of Burnt Orange #F76934
RGB
CMYK
RGB Variations
Color information
#F76934 (or 0xF76934) is known color: Burnt Orange. HEX triplet: F7, 69 and 34. RGB value is (247,105,52). Sum of RGB (Red+Green+Blue) = 247+105+52=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F76934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76934 is #0896CB. Grayscale: #8D8D8D. Windows color (decimal): -562892 or 3434999. OLE color: 3434999.
HSL color Cylindrical-coordinate representation of color #F76934: hue angle of 16.31º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F76934 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 52 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.03 |
| HSL | 16.31º | 0.92% | 0.59% | - |
| HSV(B) | 16.31º | 0.79% | 0.97% | - |
| XYZ | 44.03 | 30.13 | 6.74 | - |
| YUV | 141.42 | 77.54 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 52 | 0 | 0.57 | 0.79 | 0.03 | 16.31 | 0.92 | 0.59 |
| Hex | F7 | 69 | 34 | 0 | 39 | 4F | 3 | 10 | 5C | 3B |
| Octal | 367 | 151 | 64 | 0 | 71 | 117 | 3 | 20 | 134 | 73 |
| Binary | 11110111 | 1101001 | 110100 | 0 | 111001 | 1001111 | 11 | 10000 | 1011100 | 111011 |
Color Harmonies of #F76934
Complementary color
Monochromatic Colors of #F76934
Black with #F76934
Text Example
Text Example
White with #F76934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76934; }
p { color: rgb(247,105,52); }
H1.HeaderClassName
{
color: #F76934;
}
.AnyTagClassName
{
color: #F76934;
}
</style>
background-color css
<style>
a { background-color: #F76934; }
a { background-color: rgb(247,105,52); }
div.DivClassName
{
background-color: #F76934;
}
.BgClassName
{
background-color: #F76934;
}
</style>
border-color css
<style>
span { border-color: #F76934; }
span { border-color: rgb(247,105,52); }
td.TdClassName
{
border-color: #F76934;
}
.TagClassName
{
border-color: #F76934;
}
</style>