Shades of Burnt Orange #F4712D
Tints of Burnt Orange #F4712D
RGB
CMYK
RGB Variations
Color information
#F4712D (or 0xF4712D) is known color: Burnt Orange. HEX triplet: F4, 71 and 2D. RGB value is (244,113,45). Sum of RGB (Red+Green+Blue) = 244+113+45=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4712D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4712D is #0B8ED2. Grayscale: #909090. Windows color (decimal): -757459 or 2978292. OLE color: 2978292.
HSL color Cylindrical-coordinate representation of color #F4712D: hue angle of 20.5º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4712D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.04 |
| HSL | 20.5º | 0.9% | 0.57% | - |
| HSV(B) | 20.5º | 0.82% | 0.96% | - |
| XYZ | 43.69 | 31.23 | 6.21 | - |
| YUV | 144.42 | 71.9 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 45 | 0 | 0.54 | 0.82 | 0.04 | 20.5 | 0.9 | 0.57 |
| Hex | F4 | 71 | 2D | 0 | 36 | 52 | 4 | 15 | 5A | 39 |
| Octal | 364 | 161 | 55 | 0 | 66 | 122 | 4 | 25 | 132 | 71 |
| Binary | 11110100 | 1110001 | 101101 | 0 | 110110 | 1010010 | 100 | 10101 | 1011010 | 111001 |
Color Harmonies of #F4712D
Complementary color
Monochromatic Colors of #F4712D
Black with #F4712D
Text Example
Text Example
White with #F4712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4712D; }
p { color: rgb(244,113,45); }
H1.HeaderClassName
{
color: #F4712D;
}
.AnyTagClassName
{
color: #F4712D;
}
</style>
background-color css
<style>
a { background-color: #F4712D; }
a { background-color: rgb(244,113,45); }
div.DivClassName
{
background-color: #F4712D;
}
.BgClassName
{
background-color: #F4712D;
}
</style>
border-color css
<style>
span { border-color: #F4712D; }
span { border-color: rgb(244,113,45); }
td.TdClassName
{
border-color: #F4712D;
}
.TagClassName
{
border-color: #F4712D;
}
</style>