Shades of Burnt Orange #F77027
Tints of Burnt Orange #F77027
RGB
CMYK
RGB Variations
Color information
#F77027 (or 0xF77027) is known color: Burnt Orange. HEX triplet: F7, 70 and 27. RGB value is (247,112,39). Sum of RGB (Red+Green+Blue) = 247+112+39=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F77027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77027 is #088FD8. Grayscale: #909090. Windows color (decimal): -561113 or 2584823. OLE color: 2584823.
HSL color Cylindrical-coordinate representation of color #F77027: hue angle of 21.06º 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 #F77027 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 39 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.03 |
| HSL | 21.06º | 0.93% | 0.56% | - |
| HSV(B) | 21.06º | 0.84% | 0.97% | - |
| XYZ | 44.52 | 31.51 | 5.65 | - |
| YUV | 144.04 | 68.73 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 39 | 0 | 0.55 | 0.84 | 0.03 | 21.06 | 0.93 | 0.56 |
| Hex | F7 | 70 | 27 | 0 | 37 | 54 | 3 | 15 | 5D | 38 |
| Octal | 367 | 160 | 47 | 0 | 67 | 124 | 3 | 25 | 135 | 70 |
| Binary | 11110111 | 1110000 | 100111 | 0 | 110111 | 1010100 | 11 | 10101 | 1011101 | 111000 |
Color Harmonies of #F77027
Complementary color
Monochromatic Colors of #F77027
Black with #F77027
Text Example
Text Example
White with #F77027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77027; }
p { color: rgb(247,112,39); }
H1.HeaderClassName
{
color: #F77027;
}
.AnyTagClassName
{
color: #F77027;
}
</style>
background-color css
<style>
a { background-color: #F77027; }
a { background-color: rgb(247,112,39); }
div.DivClassName
{
background-color: #F77027;
}
.BgClassName
{
background-color: #F77027;
}
</style>
border-color css
<style>
span { border-color: #F77027; }
span { border-color: rgb(247,112,39); }
td.TdClassName
{
border-color: #F77027;
}
.TagClassName
{
border-color: #F77027;
}
</style>