Shades of Burnt Orange #F0762F
Tints of Burnt Orange #F0762F
RGB
CMYK
RGB Variations
Color information
#F0762F (or 0xF0762F) is known color: Burnt Orange. HEX triplet: F0, 76 and 2F. RGB value is (240,118,47). Sum of RGB (Red+Green+Blue) = 240+118+47=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0762F is #0F89D0. Grayscale: #929292. Windows color (decimal): -1018321 or 3110640. OLE color: 3110640.
HSL color Cylindrical-coordinate representation of color #F0762F: hue angle of 22.07º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0762F is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 47 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.06 |
| HSL | 22.07º | 0.87% | 0.56% | - |
| HSV(B) | 22.07º | 0.8% | 0.94% | - |
| XYZ | 42.93 | 31.69 | 6.54 | - |
| YUV | 146.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 47 | 0 | 0.51 | 0.80 | 0.06 | 22.07 | 0.87 | 0.56 |
| Hex | F0 | 76 | 2F | 0 | 33 | 50 | 6 | 16 | 57 | 38 |
| Octal | 360 | 166 | 57 | 0 | 63 | 120 | 6 | 26 | 127 | 70 |
| Binary | 11110000 | 1110110 | 101111 | 0 | 110011 | 1010000 | 110 | 10110 | 1010111 | 111000 |
Color Harmonies of #F0762F
Complementary color
Monochromatic Colors of #F0762F
Black with #F0762F
Text Example
Text Example
White with #F0762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0762F; }
p { color: rgb(240,118,47); }
H1.HeaderClassName
{
color: #F0762F;
}
.AnyTagClassName
{
color: #F0762F;
}
</style>
background-color css
<style>
a { background-color: #F0762F; }
a { background-color: rgb(240,118,47); }
div.DivClassName
{
background-color: #F0762F;
}
.BgClassName
{
background-color: #F0762F;
}
</style>
border-color css
<style>
span { border-color: #F0762F; }
span { border-color: rgb(240,118,47); }
td.TdClassName
{
border-color: #F0762F;
}
.TagClassName
{
border-color: #F0762F;
}
</style>