Shades of Burnt Orange #F76A34
Tints of Burnt Orange #F76A34
RGB
CMYK
RGB Variations
Color information
#F76A34 (or 0xF76A34) is known color: Burnt Orange. HEX triplet: F7, 6A and 34. RGB value is (247,106,52). Sum of RGB (Red+Green+Blue) = 247+106+52=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A34 is #0895CB. Grayscale: #8E8E8E. Windows color (decimal): -562636 or 3435255. OLE color: 3435255.
HSL color Cylindrical-coordinate representation of color #F76A34: hue angle of 16.62º 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 #F76A34 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 52 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.03 |
| HSL | 16.62º | 0.92% | 0.59% | - |
| HSV(B) | 16.62º | 0.79% | 0.97% | - |
| XYZ | 44.13 | 30.33 | 6.78 | - |
| YUV | 142 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 52 | 0 | 0.57 | 0.79 | 0.03 | 16.62 | 0.92 | 0.59 |
| Hex | F7 | 6A | 34 | 0 | 39 | 4F | 3 | 11 | 5C | 3B |
| Octal | 367 | 152 | 64 | 0 | 71 | 117 | 3 | 21 | 134 | 73 |
| Binary | 11110111 | 1101010 | 110100 | 0 | 111001 | 1001111 | 11 | 10001 | 1011100 | 111011 |
Color Harmonies of #F76A34
Complementary color
Monochromatic Colors of #F76A34
Black with #F76A34
Text Example
Text Example
White with #F76A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A34; }
p { color: rgb(247,106,52); }
H1.HeaderClassName
{
color: #F76A34;
}
.AnyTagClassName
{
color: #F76A34;
}
</style>
background-color css
<style>
a { background-color: #F76A34; }
a { background-color: rgb(247,106,52); }
div.DivClassName
{
background-color: #F76A34;
}
.BgClassName
{
background-color: #F76A34;
}
</style>
border-color css
<style>
span { border-color: #F76A34; }
span { border-color: rgb(247,106,52); }
td.TdClassName
{
border-color: #F76A34;
}
.TagClassName
{
border-color: #F76A34;
}
</style>