Shades of Burnt Orange #F4703F
Tints of Burnt Orange #F4703F
RGB
CMYK
RGB Variations
Color information
#F4703F (or 0xF4703F) is known color: Burnt Orange. HEX triplet: F4, 70 and 3F. RGB value is (244,112,63). Sum of RGB (Red+Green+Blue) = 244+112+63=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4703F is #0B8FC0. Grayscale: #929292. Windows color (decimal): -757697 or 4157684. OLE color: 4157684.
HSL color Cylindrical-coordinate representation of color #F4703F: hue angle of 16.24º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4703F is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 63 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.04 |
| HSL | 16.24º | 0.89% | 0.6% | - |
| HSV(B) | 16.24º | 0.74% | 0.96% | - |
| XYZ | 44 | 31.18 | 8.4 | - |
| YUV | 145.88 | 81.23 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 63 | 0 | 0.54 | 0.74 | 0.04 | 16.24 | 0.89 | 0.6 |
| Hex | F4 | 70 | 3F | 0 | 36 | 4A | 4 | 10 | 59 | 3C |
| Octal | 364 | 160 | 77 | 0 | 66 | 112 | 4 | 20 | 131 | 74 |
| Binary | 11110100 | 1110000 | 111111 | 0 | 110110 | 1001010 | 100 | 10000 | 1011001 | 111100 |
Color Harmonies of #F4703F
Complementary color
Monochromatic Colors of #F4703F
Black with #F4703F
Text Example
Text Example
White with #F4703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4703F; }
p { color: rgb(244,112,63); }
H1.HeaderClassName
{
color: #F4703F;
}
.AnyTagClassName
{
color: #F4703F;
}
</style>
background-color css
<style>
a { background-color: #F4703F; }
a { background-color: rgb(244,112,63); }
div.DivClassName
{
background-color: #F4703F;
}
.BgClassName
{
background-color: #F4703F;
}
</style>
border-color css
<style>
span { border-color: #F4703F; }
span { border-color: rgb(244,112,63); }
td.TdClassName
{
border-color: #F4703F;
}
.TagClassName
{
border-color: #F4703F;
}
</style>