Shades of Burnt Orange #F0772D
Tints of Burnt Orange #F0772D
RGB
CMYK
RGB Variations
Color information
#F0772D (or 0xF0772D) is known color: Burnt Orange. HEX triplet: F0, 77 and 2D. RGB value is (240,119,45). Sum of RGB (Red+Green+Blue) = 240+119+45=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0772D is #0F88D2. Grayscale: #939393. Windows color (decimal): -1018067 or 2979824. OLE color: 2979824.
HSL color Cylindrical-coordinate representation of color #F0772D: hue angle of 22.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0772D is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 45 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.06 |
| HSL | 22.77º | 0.87% | 0.56% | - |
| HSV(B) | 22.77º | 0.81% | 0.94% | - |
| XYZ | 43.01 | 31.91 | 6.37 | - |
| YUV | 146.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 45 | 0 | 0.50 | 0.81 | 0.06 | 22.77 | 0.87 | 0.56 |
| Hex | F0 | 77 | 2D | 0 | 32 | 51 | 6 | 17 | 57 | 38 |
| Octal | 360 | 167 | 55 | 0 | 62 | 121 | 6 | 27 | 127 | 70 |
| Binary | 11110000 | 1110111 | 101101 | 0 | 110010 | 1010001 | 110 | 10111 | 1010111 | 111000 |
Color Harmonies of #F0772D
Complementary color
Monochromatic Colors of #F0772D
Black with #F0772D
Text Example
Text Example
White with #F0772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0772D; }
p { color: rgb(240,119,45); }
H1.HeaderClassName
{
color: #F0772D;
}
.AnyTagClassName
{
color: #F0772D;
}
</style>
background-color css
<style>
a { background-color: #F0772D; }
a { background-color: rgb(240,119,45); }
div.DivClassName
{
background-color: #F0772D;
}
.BgClassName
{
background-color: #F0772D;
}
</style>
border-color css
<style>
span { border-color: #F0772D; }
span { border-color: rgb(240,119,45); }
td.TdClassName
{
border-color: #F0772D;
}
.TagClassName
{
border-color: #F0772D;
}
</style>