Shades of Burnt Orange #F4702A
Tints of Burnt Orange #F4702A
RGB
CMYK
RGB Variations
Color information
#F4702A (or 0xF4702A) is known color: Burnt Orange. HEX triplet: F4, 70 and 2A. RGB value is (244,112,42). Sum of RGB (Red+Green+Blue) = 244+112+42=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F4702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4702A is #0B8FD5. Grayscale: #8F8F8F. Windows color (decimal): -757718 or 2781428. OLE color: 2781428.
HSL color Cylindrical-coordinate representation of color #F4702A: hue angle of 20.79º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4702A is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 42 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.04 |
| HSL | 20.79º | 0.9% | 0.56% | - |
| HSV(B) | 20.79º | 0.83% | 0.96% | - |
| XYZ | 43.52 | 30.99 | 5.88 | - |
| YUV | 143.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 42 | 0 | 0.54 | 0.83 | 0.04 | 20.79 | 0.9 | 0.56 |
| Hex | F4 | 70 | 2A | 0 | 36 | 53 | 4 | 15 | 5A | 38 |
| Octal | 364 | 160 | 52 | 0 | 66 | 123 | 4 | 25 | 132 | 70 |
| Binary | 11110100 | 1110000 | 101010 | 0 | 110110 | 1010011 | 100 | 10101 | 1011010 | 111000 |
Color Harmonies of #F4702A
Complementary color
Monochromatic Colors of #F4702A
Black with #F4702A
Text Example
Text Example
White with #F4702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4702A; }
p { color: rgb(244,112,42); }
H1.HeaderClassName
{
color: #F4702A;
}
.AnyTagClassName
{
color: #F4702A;
}
</style>
background-color css
<style>
a { background-color: #F4702A; }
a { background-color: rgb(244,112,42); }
div.DivClassName
{
background-color: #F4702A;
}
.BgClassName
{
background-color: #F4702A;
}
</style>
border-color css
<style>
span { border-color: #F4702A; }
span { border-color: rgb(244,112,42); }
td.TdClassName
{
border-color: #F4702A;
}
.TagClassName
{
border-color: #F4702A;
}
</style>