Shades of Burnt Orange #F47133
Tints of Burnt Orange #F47133
RGB
CMYK
RGB Variations
Color information
#F47133 (or 0xF47133) is known color: Burnt Orange. HEX triplet: F4, 71 and 33. RGB value is (244,113,51). Sum of RGB (Red+Green+Blue) = 244+113+51=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F47133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47133 is #0B8ECC. Grayscale: #919191. Windows color (decimal): -757453 or 3371508. OLE color: 3371508.
HSL color Cylindrical-coordinate representation of color #F47133: hue angle of 19.27º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F47133 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 51 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.04 |
| HSL | 19.27º | 0.9% | 0.58% | - |
| HSV(B) | 19.27º | 0.79% | 0.96% | - |
| XYZ | 43.81 | 31.28 | 6.86 | - |
| YUV | 145.1 | 74.9 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 51 | 0 | 0.54 | 0.79 | 0.04 | 19.27 | 0.9 | 0.58 |
| Hex | F4 | 71 | 33 | 0 | 36 | 4F | 4 | 13 | 5A | 3A |
| Octal | 364 | 161 | 63 | 0 | 66 | 117 | 4 | 23 | 132 | 72 |
| Binary | 11110100 | 1110001 | 110011 | 0 | 110110 | 1001111 | 100 | 10011 | 1011010 | 111010 |
Color Harmonies of #F47133
Complementary color
Monochromatic Colors of #F47133
Black with #F47133
Text Example
Text Example
White with #F47133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47133; }
p { color: rgb(244,113,51); }
H1.HeaderClassName
{
color: #F47133;
}
.AnyTagClassName
{
color: #F47133;
}
</style>
background-color css
<style>
a { background-color: #F47133; }
a { background-color: rgb(244,113,51); }
div.DivClassName
{
background-color: #F47133;
}
.BgClassName
{
background-color: #F47133;
}
</style>
border-color css
<style>
span { border-color: #F47133; }
span { border-color: rgb(244,113,51); }
td.TdClassName
{
border-color: #F47133;
}
.TagClassName
{
border-color: #F47133;
}
</style>