Shades of Burnt Orange #F4722A
Tints of Burnt Orange #F4722A
RGB
CMYK
RGB Variations
Color information
#F4722A (or 0xF4722A) is known color: Burnt Orange. HEX triplet: F4, 72 and 2A. RGB value is (244,114,42). Sum of RGB (Red+Green+Blue) = 244+114+42=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4722A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4722A is #0B8DD5. Grayscale: #919191. Windows color (decimal): -757206 or 2781940. OLE color: 2781940.
HSL color Cylindrical-coordinate representation of color #F4722A: hue angle of 21.39º 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 #F4722A is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 42 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.04 |
| HSL | 21.39º | 0.9% | 0.56% | - |
| HSV(B) | 21.39º | 0.83% | 0.96% | - |
| XYZ | 43.74 | 31.43 | 5.95 | - |
| YUV | 144.66 | 70.07 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 42 | 0 | 0.53 | 0.83 | 0.04 | 21.39 | 0.9 | 0.56 |
| Hex | F4 | 72 | 2A | 0 | 35 | 53 | 4 | 15 | 5A | 38 |
| Octal | 364 | 162 | 52 | 0 | 65 | 123 | 4 | 25 | 132 | 70 |
| Binary | 11110100 | 1110010 | 101010 | 0 | 110101 | 1010011 | 100 | 10101 | 1011010 | 111000 |
Color Harmonies of #F4722A
Complementary color
Monochromatic Colors of #F4722A
Black with #F4722A
Text Example
Text Example
White with #F4722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4722A; }
p { color: rgb(244,114,42); }
H1.HeaderClassName
{
color: #F4722A;
}
.AnyTagClassName
{
color: #F4722A;
}
</style>
background-color css
<style>
a { background-color: #F4722A; }
a { background-color: rgb(244,114,42); }
div.DivClassName
{
background-color: #F4722A;
}
.BgClassName
{
background-color: #F4722A;
}
</style>
border-color css
<style>
span { border-color: #F4722A; }
span { border-color: rgb(244,114,42); }
td.TdClassName
{
border-color: #F4722A;
}
.TagClassName
{
border-color: #F4722A;
}
</style>