Shades of Burnt Orange #F77229
Tints of Burnt Orange #F77229
RGB
CMYK
RGB Variations
Color information
#F77229 (or 0xF77229) is known color: Burnt Orange. HEX triplet: F7, 72 and 29. RGB value is (247,114,41). Sum of RGB (Red+Green+Blue) = 247+114+41=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F77229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77229 is #088DD6. Grayscale: #919191. Windows color (decimal): -560599 or 2716407. OLE color: 2716407.
HSL color Cylindrical-coordinate representation of color #F77229: hue angle of 21.26º 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 #F77229 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 41 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.03 |
| HSL | 21.26º | 0.93% | 0.56% | - |
| HSV(B) | 21.26º | 0.83% | 0.97% | - |
| XYZ | 44.78 | 31.97 | 5.91 | - |
| YUV | 145.45 | 69.06 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 41 | 0 | 0.54 | 0.83 | 0.03 | 21.26 | 0.93 | 0.56 |
| Hex | F7 | 72 | 29 | 0 | 36 | 53 | 3 | 15 | 5D | 38 |
| Octal | 367 | 162 | 51 | 0 | 66 | 123 | 3 | 25 | 135 | 70 |
| Binary | 11110111 | 1110010 | 101001 | 0 | 110110 | 1010011 | 11 | 10101 | 1011101 | 111000 |
Color Harmonies of #F77229
Complementary color
Monochromatic Colors of #F77229
Black with #F77229
Text Example
Text Example
White with #F77229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77229; }
p { color: rgb(247,114,41); }
H1.HeaderClassName
{
color: #F77229;
}
.AnyTagClassName
{
color: #F77229;
}
</style>
background-color css
<style>
a { background-color: #F77229; }
a { background-color: rgb(247,114,41); }
div.DivClassName
{
background-color: #F77229;
}
.BgClassName
{
background-color: #F77229;
}
</style>
border-color css
<style>
span { border-color: #F77229; }
span { border-color: rgb(247,114,41); }
td.TdClassName
{
border-color: #F77229;
}
.TagClassName
{
border-color: #F77229;
}
</style>