Shades of Burnt Orange #F47441
Tints of Burnt Orange #F47441
RGB
CMYK
RGB Variations
Color information
#F47441 (or 0xF47441) is known color: Burnt Orange. HEX triplet: F4, 74 and 41. RGB value is (244,116,65). Sum of RGB (Red+Green+Blue) = 244+116+65=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F47441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47441 is #0B8BBE. Grayscale: #949494. Windows color (decimal): -756671 or 4289780. OLE color: 4289780.
HSL color Cylindrical-coordinate representation of color #F47441: hue angle of 17.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 #F47441 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 65 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.04 |
| HSL | 17.09º | 0.89% | 0.61% | - |
| HSV(B) | 17.09º | 0.73% | 0.96% | - |
| XYZ | 44.51 | 32.11 | 8.85 | - |
| YUV | 148.46 | 80.91 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 65 | 0 | 0.52 | 0.73 | 0.04 | 17.09 | 0.89 | 0.61 |
| Hex | F4 | 74 | 41 | 0 | 34 | 49 | 4 | 11 | 59 | 3D |
| Octal | 364 | 164 | 101 | 0 | 64 | 111 | 4 | 21 | 131 | 75 |
| Binary | 11110100 | 1110100 | 1000001 | 0 | 110100 | 1001001 | 100 | 10001 | 1011001 | 111101 |
Color Harmonies of #F47441
Complementary color
Monochromatic Colors of #F47441
Black with #F47441
Text Example
Text Example
White with #F47441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47441; }
p { color: rgb(244,116,65); }
H1.HeaderClassName
{
color: #F47441;
}
.AnyTagClassName
{
color: #F47441;
}
</style>
background-color css
<style>
a { background-color: #F47441; }
a { background-color: rgb(244,116,65); }
div.DivClassName
{
background-color: #F47441;
}
.BgClassName
{
background-color: #F47441;
}
</style>
border-color css
<style>
span { border-color: #F47441; }
span { border-color: rgb(244,116,65); }
td.TdClassName
{
border-color: #F47441;
}
.TagClassName
{
border-color: #F47441;
}
</style>