Shades of Burnt Orange #F4703C
Tints of Burnt Orange #F4703C
RGB
CMYK
RGB Variations
Color information
#F4703C (or 0xF4703C) is known color: Burnt Orange. HEX triplet: F4, 70 and 3C. RGB value is (244,112,60). Sum of RGB (Red+Green+Blue) = 244+112+60=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F4703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4703C is #0B8FC3. Grayscale: #919191. Windows color (decimal): -757700 or 3961076. OLE color: 3961076.
HSL color Cylindrical-coordinate representation of color #F4703C: hue angle of 16.96º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4703C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 60 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.04 |
| HSL | 16.96º | 0.89% | 0.6% | - |
| HSV(B) | 16.96º | 0.75% | 0.96% | - |
| XYZ | 43.92 | 31.15 | 7.97 | - |
| YUV | 145.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 60 | 0 | 0.54 | 0.75 | 0.04 | 16.96 | 0.89 | 0.6 |
| Hex | F4 | 70 | 3C | 0 | 36 | 4B | 4 | 11 | 59 | 3C |
| Octal | 364 | 160 | 74 | 0 | 66 | 113 | 4 | 21 | 131 | 74 |
| Binary | 11110100 | 1110000 | 111100 | 0 | 110110 | 1001011 | 100 | 10001 | 1011001 | 111100 |
Color Harmonies of #F4703C
Complementary color
Monochromatic Colors of #F4703C
Black with #F4703C
Text Example
Text Example
White with #F4703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4703C; }
p { color: rgb(244,112,60); }
H1.HeaderClassName
{
color: #F4703C;
}
.AnyTagClassName
{
color: #F4703C;
}
</style>
background-color css
<style>
a { background-color: #F4703C; }
a { background-color: rgb(244,112,60); }
div.DivClassName
{
background-color: #F4703C;
}
.BgClassName
{
background-color: #F4703C;
}
</style>
border-color css
<style>
span { border-color: #F4703C; }
span { border-color: rgb(244,112,60); }
td.TdClassName
{
border-color: #F4703C;
}
.TagClassName
{
border-color: #F4703C;
}
</style>