Shades of Burnt Orange #F77029
Tints of Burnt Orange #F77029
RGB
CMYK
RGB Variations
Color information
#F77029 (or 0xF77029) is known color: Burnt Orange. HEX triplet: F7, 70 and 29. RGB value is (247,112,41). Sum of RGB (Red+Green+Blue) = 247+112+41=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F77029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77029 is #088FD6. Grayscale: #909090. Windows color (decimal): -561111 or 2715895. OLE color: 2715895.
HSL color Cylindrical-coordinate representation of color #F77029: hue angle of 20.68º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F77029 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 41 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.03 |
| HSL | 20.68º | 0.93% | 0.56% | - |
| HSV(B) | 20.68º | 0.83% | 0.97% | - |
| XYZ | 44.55 | 31.52 | 5.83 | - |
| YUV | 144.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 41 | 0 | 0.55 | 0.83 | 0.03 | 20.68 | 0.93 | 0.56 |
| Hex | F7 | 70 | 29 | 0 | 37 | 53 | 3 | 15 | 5D | 38 |
| Octal | 367 | 160 | 51 | 0 | 67 | 123 | 3 | 25 | 135 | 70 |
| Binary | 11110111 | 1110000 | 101001 | 0 | 110111 | 1010011 | 11 | 10101 | 1011101 | 111000 |
Color Harmonies of #F77029
Complementary color
Monochromatic Colors of #F77029
Black with #F77029
Text Example
Text Example
White with #F77029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77029; }
p { color: rgb(247,112,41); }
H1.HeaderClassName
{
color: #F77029;
}
.AnyTagClassName
{
color: #F77029;
}
</style>
background-color css
<style>
a { background-color: #F77029; }
a { background-color: rgb(247,112,41); }
div.DivClassName
{
background-color: #F77029;
}
.BgClassName
{
background-color: #F77029;
}
</style>
border-color css
<style>
span { border-color: #F77029; }
span { border-color: rgb(247,112,41); }
td.TdClassName
{
border-color: #F77029;
}
.TagClassName
{
border-color: #F77029;
}
</style>