Shades of Burnt Orange #F47141
Tints of Burnt Orange #F47141
RGB
CMYK
RGB Variations
Color information
#F47141 (or 0xF47141) is known color: Burnt Orange. HEX triplet: F4, 71 and 41. RGB value is (244,113,65). Sum of RGB (Red+Green+Blue) = 244+113+65=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F47141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47141 is #0B8EBE. Grayscale: #939393. Windows color (decimal): -757439 or 4289012. OLE color: 4289012.
HSL color Cylindrical-coordinate representation of color #F47141: hue angle of 16.09º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F47141 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 65 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.04 |
| HSL | 16.09º | 0.89% | 0.61% | - |
| HSV(B) | 16.09º | 0.73% | 0.96% | - |
| XYZ | 44.17 | 31.43 | 8.74 | - |
| YUV | 146.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 65 | 0 | 0.54 | 0.73 | 0.04 | 16.09 | 0.89 | 0.61 |
| Hex | F4 | 71 | 41 | 0 | 36 | 49 | 4 | 10 | 59 | 3D |
| Octal | 364 | 161 | 101 | 0 | 66 | 111 | 4 | 20 | 131 | 75 |
| Binary | 11110100 | 1110001 | 1000001 | 0 | 110110 | 1001001 | 100 | 10000 | 1011001 | 111101 |
Color Harmonies of #F47141
Complementary color
Monochromatic Colors of #F47141
Black with #F47141
Text Example
Text Example
White with #F47141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47141; }
p { color: rgb(244,113,65); }
H1.HeaderClassName
{
color: #F47141;
}
.AnyTagClassName
{
color: #F47141;
}
</style>
background-color css
<style>
a { background-color: #F47141; }
a { background-color: rgb(244,113,65); }
div.DivClassName
{
background-color: #F47141;
}
.BgClassName
{
background-color: #F47141;
}
</style>
border-color css
<style>
span { border-color: #F47141; }
span { border-color: rgb(244,113,65); }
td.TdClassName
{
border-color: #F47141;
}
.TagClassName
{
border-color: #F47141;
}
</style>