Shades of Mango Tango #F0740E
Tints of Mango Tango #F0740E
RGB
CMYK
RGB Variations
Color information
#F0740E (or 0xF0740E) is known color: Mango Tango. HEX triplet: F0, 74 and 0E. RGB value is (240,116,14). Sum of RGB (Red+Green+Blue) = 240+116+14=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0740E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0740E is #0F8BF1. Grayscale: #8D8D8D. Windows color (decimal): -1018866 or 947440. OLE color: 947440.
HSL color Cylindrical-coordinate representation of color #F0740E: hue angle of 27.08º 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 #F0740E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.06 |
| HSL | 27.08º | 0.89% | 0.5% | - |
| HSV(B) | 27.08º | 0.94% | 0.94% | - |
| XYZ | 42.26 | 31.05 | 4.18 | - |
| YUV | 141.45 | 56.08 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 14 | 0 | 0.52 | 0.94 | 0.06 | 27.08 | 0.89 | 0.5 |
| Hex | F0 | 74 | E | 0 | 34 | 5E | 6 | 1B | 59 | 32 |
| Octal | 360 | 164 | 16 | 0 | 64 | 136 | 6 | 33 | 131 | 62 |
| Binary | 11110000 | 1110100 | 1110 | 0 | 110100 | 1011110 | 110 | 11011 | 1011001 | 110010 |
Color Harmonies of #F0740E
Complementary color
Monochromatic Colors of #F0740E
Black with #F0740E
Text Example
Text Example
White with #F0740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0740E; }
p { color: rgb(240,116,14); }
H1.HeaderClassName
{
color: #F0740E;
}
.AnyTagClassName
{
color: #F0740E;
}
</style>
background-color css
<style>
a { background-color: #F0740E; }
a { background-color: rgb(240,116,14); }
div.DivClassName
{
background-color: #F0740E;
}
.BgClassName
{
background-color: #F0740E;
}
</style>
border-color css
<style>
span { border-color: #F0740E; }
span { border-color: rgb(240,116,14); }
td.TdClassName
{
border-color: #F0740E;
}
.TagClassName
{
border-color: #F0740E;
}
</style>