Shades of Burnt Orange #F4772A
Tints of Burnt Orange #F4772A
RGB
CMYK
RGB Variations
Color information
#F4772A (or 0xF4772A) is known color: Burnt Orange. HEX triplet: F4, 77 and 2A. RGB value is (244,119,42). Sum of RGB (Red+Green+Blue) = 244+119+42=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4772A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4772A is #0B88D5. Grayscale: #949494. Windows color (decimal): -755926 or 2783220. OLE color: 2783220.
HSL color Cylindrical-coordinate representation of color #F4772A: hue angle of 22.87º 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 #F4772A is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 42 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.04 |
| HSL | 22.87º | 0.9% | 0.56% | - |
| HSV(B) | 22.87º | 0.83% | 0.96% | - |
| XYZ | 44.32 | 32.59 | 6.15 | - |
| YUV | 147.6 | 68.41 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 42 | 0 | 0.51 | 0.83 | 0.04 | 22.87 | 0.9 | 0.56 |
| Hex | F4 | 77 | 2A | 0 | 33 | 53 | 4 | 17 | 5A | 38 |
| Octal | 364 | 167 | 52 | 0 | 63 | 123 | 4 | 27 | 132 | 70 |
| Binary | 11110100 | 1110111 | 101010 | 0 | 110011 | 1010011 | 100 | 10111 | 1011010 | 111000 |
Color Harmonies of #F4772A
Complementary color
Monochromatic Colors of #F4772A
Black with #F4772A
Text Example
Text Example
White with #F4772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4772A; }
p { color: rgb(244,119,42); }
H1.HeaderClassName
{
color: #F4772A;
}
.AnyTagClassName
{
color: #F4772A;
}
</style>
background-color css
<style>
a { background-color: #F4772A; }
a { background-color: rgb(244,119,42); }
div.DivClassName
{
background-color: #F4772A;
}
.BgClassName
{
background-color: #F4772A;
}
</style>
border-color css
<style>
span { border-color: #F4772A; }
span { border-color: rgb(244,119,42); }
td.TdClassName
{
border-color: #F4772A;
}
.TagClassName
{
border-color: #F4772A;
}
</style>