Shades of Mango Tango #F07006
Tints of Mango Tango #F07006
RGB
CMYK
RGB Variations
Color information
#F07006 (or 0xF07006) is known color: Mango Tango. HEX triplet: F0, 70 and 06. RGB value is (240,112,6). Sum of RGB (Red+Green+Blue) = 240+112+6=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F07006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07006 is #0F8FF9. Grayscale: #8A8A8A. Windows color (decimal): -1019898 or 422128. OLE color: 422128.
HSL color Cylindrical-coordinate representation of color #F07006: hue angle of 27.18º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F07006 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 6 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.06 |
| HSL | 27.18º | 0.95% | 0.48% | - |
| HSV(B) | 27.18º | 0.98% | 0.94% | - |
| XYZ | 41.76 | 30.13 | 3.79 | - |
| YUV | 138.19 | 53.41 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 6 | 0 | 0.53 | 0.98 | 0.06 | 27.18 | 0.95 | 0.48 |
| Hex | F0 | 70 | 6 | 0 | 35 | 62 | 6 | 1B | 5F | 30 |
| Octal | 360 | 160 | 6 | 0 | 65 | 142 | 6 | 33 | 137 | 60 |
| Binary | 11110000 | 1110000 | 110 | 0 | 110101 | 1100010 | 110 | 11011 | 1011111 | 110000 |
Color Harmonies of #F07006
Complementary color
Monochromatic Colors of #F07006
Black with #F07006
Text Example
Text Example
White with #F07006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07006; }
p { color: rgb(240,112,6); }
H1.HeaderClassName
{
color: #F07006;
}
.AnyTagClassName
{
color: #F07006;
}
</style>
background-color css
<style>
a { background-color: #F07006; }
a { background-color: rgb(240,112,6); }
div.DivClassName
{
background-color: #F07006;
}
.BgClassName
{
background-color: #F07006;
}
</style>
border-color css
<style>
span { border-color: #F07006; }
span { border-color: rgb(240,112,6); }
td.TdClassName
{
border-color: #F07006;
}
.TagClassName
{
border-color: #F07006;
}
</style>