Shades of Burnt Orange #F77138
Tints of Burnt Orange #F77138
RGB
CMYK
RGB Variations
Color information
#F77138 (or 0xF77138) is known color: Burnt Orange. HEX triplet: F7, 71 and 38. RGB value is (247,113,56). Sum of RGB (Red+Green+Blue) = 247+113+56=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F77138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77138 is #088EC7. Grayscale: #929292. Windows color (decimal): -560840 or 3699191. OLE color: 3699191.
HSL color Cylindrical-coordinate representation of color #F77138: hue angle of 17.91º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F77138 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 56 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.03 |
| HSL | 17.91º | 0.92% | 0.59% | - |
| HSV(B) | 17.91º | 0.77% | 0.97% | - |
| XYZ | 44.98 | 31.87 | 7.52 | - |
| YUV | 146.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 56 | 0 | 0.54 | 0.77 | 0.03 | 17.91 | 0.92 | 0.59 |
| Hex | F7 | 71 | 38 | 0 | 36 | 4D | 3 | 12 | 5C | 3B |
| Octal | 367 | 161 | 70 | 0 | 66 | 115 | 3 | 22 | 134 | 73 |
| Binary | 11110111 | 1110001 | 111000 | 0 | 110110 | 1001101 | 11 | 10010 | 1011100 | 111011 |
Color Harmonies of #F77138
Complementary color
Monochromatic Colors of #F77138
Black with #F77138
Text Example
Text Example
White with #F77138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77138; }
p { color: rgb(247,113,56); }
H1.HeaderClassName
{
color: #F77138;
}
.AnyTagClassName
{
color: #F77138;
}
</style>
background-color css
<style>
a { background-color: #F77138; }
a { background-color: rgb(247,113,56); }
div.DivClassName
{
background-color: #F77138;
}
.BgClassName
{
background-color: #F77138;
}
</style>
border-color css
<style>
span { border-color: #F77138; }
span { border-color: rgb(247,113,56); }
td.TdClassName
{
border-color: #F77138;
}
.TagClassName
{
border-color: #F77138;
}
</style>