Shades of Burnt Orange #F47136
Tints of Burnt Orange #F47136
RGB
CMYK
RGB Variations
Color information
#F47136 (or 0xF47136) is known color: Burnt Orange. HEX triplet: F4, 71 and 36. RGB value is (244,113,54). Sum of RGB (Red+Green+Blue) = 244+113+54=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F47136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47136 is #0B8EC9. Grayscale: #919191. Windows color (decimal): -757450 or 3568116. OLE color: 3568116.
HSL color Cylindrical-coordinate representation of color #F47136: hue angle of 18.63º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F47136 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 54 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.04 |
| HSL | 18.63º | 0.9% | 0.58% | - |
| HSV(B) | 18.63º | 0.78% | 0.96% | - |
| XYZ | 43.88 | 31.31 | 7.22 | - |
| YUV | 145.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 54 | 0 | 0.54 | 0.78 | 0.04 | 18.63 | 0.9 | 0.58 |
| Hex | F4 | 71 | 36 | 0 | 36 | 4E | 4 | 13 | 5A | 3A |
| Octal | 364 | 161 | 66 | 0 | 66 | 116 | 4 | 23 | 132 | 72 |
| Binary | 11110100 | 1110001 | 110110 | 0 | 110110 | 1001110 | 100 | 10011 | 1011010 | 111010 |
Color Harmonies of #F47136
Complementary color
Monochromatic Colors of #F47136
Black with #F47136
Text Example
Text Example
White with #F47136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47136; }
p { color: rgb(244,113,54); }
H1.HeaderClassName
{
color: #F47136;
}
.AnyTagClassName
{
color: #F47136;
}
</style>
background-color css
<style>
a { background-color: #F47136; }
a { background-color: rgb(244,113,54); }
div.DivClassName
{
background-color: #F47136;
}
.BgClassName
{
background-color: #F47136;
}
</style>
border-color css
<style>
span { border-color: #F47136; }
span { border-color: rgb(244,113,54); }
td.TdClassName
{
border-color: #F47136;
}
.TagClassName
{
border-color: #F47136;
}
</style>