Shades of Burnt Orange #F47242
Tints of Burnt Orange #F47242
RGB
CMYK
RGB Variations
Color information
#F47242 (or 0xF47242) is known color: Burnt Orange. HEX triplet: F4, 72 and 42. RGB value is (244,114,66). Sum of RGB (Red+Green+Blue) = 244+114+66=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F47242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47242 is #0B8DBD. Grayscale: #939393. Windows color (decimal): -757182 or 4354804. OLE color: 4354804.
HSL color Cylindrical-coordinate representation of color #F47242: hue angle of 16.18º 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 #F47242 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 66 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.04 |
| HSL | 16.18º | 0.89% | 0.61% | - |
| HSV(B) | 16.18º | 0.73% | 0.96% | - |
| XYZ | 44.31 | 31.66 | 8.93 | - |
| YUV | 147.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 66 | 0 | 0.53 | 0.73 | 0.04 | 16.18 | 0.89 | 0.61 |
| Hex | F4 | 72 | 42 | 0 | 35 | 49 | 4 | 10 | 59 | 3D |
| Octal | 364 | 162 | 102 | 0 | 65 | 111 | 4 | 20 | 131 | 75 |
| Binary | 11110100 | 1110010 | 1000010 | 0 | 110101 | 1001001 | 100 | 10000 | 1011001 | 111101 |
Color Harmonies of #F47242
Complementary color
Monochromatic Colors of #F47242
Black with #F47242
Text Example
Text Example
White with #F47242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47242; }
p { color: rgb(244,114,66); }
H1.HeaderClassName
{
color: #F47242;
}
.AnyTagClassName
{
color: #F47242;
}
</style>
background-color css
<style>
a { background-color: #F47242; }
a { background-color: rgb(244,114,66); }
div.DivClassName
{
background-color: #F47242;
}
.BgClassName
{
background-color: #F47242;
}
</style>
border-color css
<style>
span { border-color: #F47242; }
span { border-color: rgb(244,114,66); }
td.TdClassName
{
border-color: #F47242;
}
.TagClassName
{
border-color: #F47242;
}
</style>