Shades of Burnt Orange #F77228
Tints of Burnt Orange #F77228
RGB
CMYK
RGB Variations
Color information
#F77228 (or 0xF77228) is known color: Burnt Orange. HEX triplet: F7, 72 and 28. RGB value is (247,114,40). Sum of RGB (Red+Green+Blue) = 247+114+40=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F77228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77228 is #088DD7. Grayscale: #919191. Windows color (decimal): -560600 or 2650871. OLE color: 2650871.
HSL color Cylindrical-coordinate representation of color #F77228: hue angle of 21.45º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F77228 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 40 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.03 |
| HSL | 21.45º | 0.93% | 0.56% | - |
| HSV(B) | 21.45º | 0.84% | 0.97% | - |
| XYZ | 44.76 | 31.96 | 5.82 | - |
| YUV | 145.33 | 68.56 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 40 | 0 | 0.54 | 0.84 | 0.03 | 21.45 | 0.93 | 0.56 |
| Hex | F7 | 72 | 28 | 0 | 36 | 54 | 3 | 15 | 5D | 38 |
| Octal | 367 | 162 | 50 | 0 | 66 | 124 | 3 | 25 | 135 | 70 |
| Binary | 11110111 | 1110010 | 101000 | 0 | 110110 | 1010100 | 11 | 10101 | 1011101 | 111000 |
Color Harmonies of #F77228
Complementary color
Monochromatic Colors of #F77228
Black with #F77228
Text Example
Text Example
White with #F77228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77228; }
p { color: rgb(247,114,40); }
H1.HeaderClassName
{
color: #F77228;
}
.AnyTagClassName
{
color: #F77228;
}
</style>
background-color css
<style>
a { background-color: #F77228; }
a { background-color: rgb(247,114,40); }
div.DivClassName
{
background-color: #F77228;
}
.BgClassName
{
background-color: #F77228;
}
</style>
border-color css
<style>
span { border-color: #F77228; }
span { border-color: rgb(247,114,40); }
td.TdClassName
{
border-color: #F77228;
}
.TagClassName
{
border-color: #F77228;
}
</style>