Shades of Burnt Orange #F77E34
Tints of Burnt Orange #F77E34
RGB
CMYK
RGB Variations
Color information
#F77E34 (or 0xF77E34) is known color: Burnt Orange. HEX triplet: F7, 7E and 34. RGB value is (247,126,52). Sum of RGB (Red+Green+Blue) = 247+126+52=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77E34 is #0881CB. Grayscale: #9A9A9A. Windows color (decimal): -557516 or 3440375. OLE color: 3440375.
HSL color Cylindrical-coordinate representation of color #F77E34: hue angle of 22.77º 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 #F77E34 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 52 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.03 |
| HSL | 22.77º | 0.92% | 0.59% | - |
| HSV(B) | 22.77º | 0.79% | 0.97% | - |
| XYZ | 46.44 | 34.94 | 7.55 | - |
| YUV | 153.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 52 | 0 | 0.49 | 0.79 | 0.03 | 22.77 | 0.92 | 0.59 |
| Hex | F7 | 7E | 34 | 0 | 31 | 4F | 3 | 17 | 5C | 3B |
| Octal | 367 | 176 | 64 | 0 | 61 | 117 | 3 | 27 | 134 | 73 |
| Binary | 11110111 | 1111110 | 110100 | 0 | 110001 | 1001111 | 11 | 10111 | 1011100 | 111011 |
Color Harmonies of #F77E34
Complementary color
Monochromatic Colors of #F77E34
Black with #F77E34
Text Example
Text Example
White with #F77E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E34; }
p { color: rgb(247,126,52); }
H1.HeaderClassName
{
color: #F77E34;
}
.AnyTagClassName
{
color: #F77E34;
}
</style>
background-color css
<style>
a { background-color: #F77E34; }
a { background-color: rgb(247,126,52); }
div.DivClassName
{
background-color: #F77E34;
}
.BgClassName
{
background-color: #F77E34;
}
</style>
border-color css
<style>
span { border-color: #F77E34; }
span { border-color: rgb(247,126,52); }
td.TdClassName
{
border-color: #F77E34;
}
.TagClassName
{
border-color: #F77E34;
}
</style>