Shades of Mango Tango #F07000
Tints of Mango Tango #F07000
RGB
CMYK
RGB Variations
Color information
#F07000 (or 0xF07000) is known color: Mango Tango. HEX triplet: F0, 70 and 00. RGB value is (240,112,0). Sum of RGB (Red+Green+Blue) = 240+112+0=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F07000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07000 is #0F8FFF. Grayscale: #8A8A8A. Windows color (decimal): -1019904 or 28912. OLE color: 28912.
HSL color Cylindrical-coordinate representation of color #F07000: hue angle of 28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F07000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.06 |
| HSL | 28º | 1% | 0.47% | - |
| HSV(B) | 28º | 1% | 0.94% | - |
| XYZ | 41.73 | 30.11 | 3.61 | - |
| YUV | 137.5 | 50.41 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 0 | 0 | 0.53 | 1 | 0.06 | 28 | 1 | 0.47 |
| Hex | F0 | 70 | 0 | 0 | 35 | 64 | 6 | 1C | 64 | 2F |
| Octal | 360 | 160 | 0 | 0 | 65 | 144 | 6 | 34 | 144 | 57 |
| Binary | 11110000 | 1110000 | 0 | 0 | 110101 | 1100100 | 110 | 11100 | 1100100 | 101111 |
Color Harmonies of #F07000
Complementary color
Monochromatic Colors of #F07000
Black with #F07000
Text Example
Text Example
White with #F07000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07000; }
p { color: rgb(240,112,0); }
H1.HeaderClassName
{
color: #F07000;
}
.AnyTagClassName
{
color: #F07000;
}
</style>
background-color css
<style>
a { background-color: #F07000; }
a { background-color: rgb(240,112,0); }
div.DivClassName
{
background-color: #F07000;
}
.BgClassName
{
background-color: #F07000;
}
</style>
border-color css
<style>
span { border-color: #F07000; }
span { border-color: rgb(240,112,0); }
td.TdClassName
{
border-color: #F07000;
}
.TagClassName
{
border-color: #F07000;
}
</style>