Shades of Mango Tango #F0710B
Tints of Mango Tango #F0710B
RGB
CMYK
RGB Variations
Color information
#F0710B (or 0xF0710B) is known color: Mango Tango. HEX triplet: F0, 71 and 0B. RGB value is (240,113,11). Sum of RGB (Red+Green+Blue) = 240+113+11=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0710B is #0F8EF4. Grayscale: #8B8B8B. Windows color (decimal): -1019637 or 750064. OLE color: 750064.
HSL color Cylindrical-coordinate representation of color #F0710B: hue angle of 26.72º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0710B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.06 |
| HSL | 26.72º | 0.91% | 0.49% | - |
| HSV(B) | 26.72º | 0.95% | 0.94% | - |
| XYZ | 41.9 | 30.36 | 3.97 | - |
| YUV | 139.35 | 55.58 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 11 | 0 | 0.53 | 0.95 | 0.06 | 26.72 | 0.91 | 0.49 |
| Hex | F0 | 71 | B | 0 | 35 | 5F | 6 | 1B | 5B | 31 |
| Octal | 360 | 161 | 13 | 0 | 65 | 137 | 6 | 33 | 133 | 61 |
| Binary | 11110000 | 1110001 | 1011 | 0 | 110101 | 1011111 | 110 | 11011 | 1011011 | 110001 |
Color Harmonies of #F0710B
Complementary color
Monochromatic Colors of #F0710B
Black with #F0710B
Text Example
Text Example
White with #F0710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0710B; }
p { color: rgb(240,113,11); }
H1.HeaderClassName
{
color: #F0710B;
}
.AnyTagClassName
{
color: #F0710B;
}
</style>
background-color css
<style>
a { background-color: #F0710B; }
a { background-color: rgb(240,113,11); }
div.DivClassName
{
background-color: #F0710B;
}
.BgClassName
{
background-color: #F0710B;
}
</style>
border-color css
<style>
span { border-color: #F0710B; }
span { border-color: rgb(240,113,11); }
td.TdClassName
{
border-color: #F0710B;
}
.TagClassName
{
border-color: #F0710B;
}
</style>