Shades of Mango Tango #F0700E
Tints of Mango Tango #F0700E
RGB
CMYK
RGB Variations
Color information
#F0700E (or 0xF0700E) is known color: Mango Tango. HEX triplet: F0, 70 and 0E. RGB value is (240,112,14). Sum of RGB (Red+Green+Blue) = 240+112+14=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0700E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0700E is #0F8FF1. Grayscale: #8B8B8B. Windows color (decimal): -1019890 or 946416. OLE color: 946416.
HSL color Cylindrical-coordinate representation of color #F0700E: hue angle of 26.02º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0700E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.06 |
| HSL | 26.02º | 0.89% | 0.5% | - |
| HSV(B) | 26.02º | 0.94% | 0.94% | - |
| XYZ | 41.81 | 30.15 | 4.03 | - |
| YUV | 139.1 | 57.41 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 14 | 0 | 0.53 | 0.94 | 0.06 | 26.02 | 0.89 | 0.5 |
| Hex | F0 | 70 | E | 0 | 35 | 5E | 6 | 1A | 59 | 32 |
| Octal | 360 | 160 | 16 | 0 | 65 | 136 | 6 | 32 | 131 | 62 |
| Binary | 11110000 | 1110000 | 1110 | 0 | 110101 | 1011110 | 110 | 11010 | 1011001 | 110010 |
Color Harmonies of #F0700E
Complementary color
Monochromatic Colors of #F0700E
Black with #F0700E
Text Example
Text Example
White with #F0700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0700E; }
p { color: rgb(240,112,14); }
H1.HeaderClassName
{
color: #F0700E;
}
.AnyTagClassName
{
color: #F0700E;
}
</style>
background-color css
<style>
a { background-color: #F0700E; }
a { background-color: rgb(240,112,14); }
div.DivClassName
{
background-color: #F0700E;
}
.BgClassName
{
background-color: #F0700E;
}
</style>
border-color css
<style>
span { border-color: #F0700E; }
span { border-color: rgb(240,112,14); }
td.TdClassName
{
border-color: #F0700E;
}
.TagClassName
{
border-color: #F0700E;
}
</style>