Shades of Burnt Orange #F4713A
Tints of Burnt Orange #F4713A
RGB
CMYK
RGB Variations
Color information
#F4713A (or 0xF4713A) is known color: Burnt Orange. HEX triplet: F4, 71 and 3A. RGB value is (244,113,58). Sum of RGB (Red+Green+Blue) = 244+113+58=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F4713A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4713A is #0B8EC5. Grayscale: #929292. Windows color (decimal): -757446 or 3830260. OLE color: 3830260.
HSL color Cylindrical-coordinate representation of color #F4713A: hue angle of 17.74º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F4713A is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 58 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.04 |
| HSL | 17.74º | 0.89% | 0.59% | - |
| HSV(B) | 17.74º | 0.76% | 0.96% | - |
| XYZ | 43.98 | 31.35 | 7.74 | - |
| YUV | 145.9 | 78.4 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 58 | 0 | 0.54 | 0.76 | 0.04 | 17.74 | 0.89 | 0.59 |
| Hex | F4 | 71 | 3A | 0 | 36 | 4C | 4 | 12 | 59 | 3B |
| Octal | 364 | 161 | 72 | 0 | 66 | 114 | 4 | 22 | 131 | 73 |
| Binary | 11110100 | 1110001 | 111010 | 0 | 110110 | 1001100 | 100 | 10010 | 1011001 | 111011 |
Color Harmonies of #F4713A
Complementary color
Monochromatic Colors of #F4713A
Black with #F4713A
Text Example
Text Example
White with #F4713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4713A; }
p { color: rgb(244,113,58); }
H1.HeaderClassName
{
color: #F4713A;
}
.AnyTagClassName
{
color: #F4713A;
}
</style>
background-color css
<style>
a { background-color: #F4713A; }
a { background-color: rgb(244,113,58); }
div.DivClassName
{
background-color: #F4713A;
}
.BgClassName
{
background-color: #F4713A;
}
</style>
border-color css
<style>
span { border-color: #F4713A; }
span { border-color: rgb(244,113,58); }
td.TdClassName
{
border-color: #F4713A;
}
.TagClassName
{
border-color: #F4713A;
}
</style>