Shades of Mango Tango #F0760B
Tints of Mango Tango #F0760B
RGB
CMYK
RGB Variations
Color information
#F0760B (or 0xF0760B) is known color: Mango Tango. HEX triplet: F0, 76 and 0B. RGB value is (240,118,11). Sum of RGB (Red+Green+Blue) = 240+118+11=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0760B is #0F89F4. Grayscale: #8E8E8E. Windows color (decimal): -1018357 or 751344. OLE color: 751344.
HSL color Cylindrical-coordinate representation of color #F0760B: hue angle of 28.03º 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 #F0760B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.06 |
| HSL | 28.03º | 0.91% | 0.49% | - |
| HSV(B) | 28.03º | 0.95% | 0.94% | - |
| XYZ | 42.47 | 31.51 | 4.16 | - |
| YUV | 142.28 | 53.92 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 11 | 0 | 0.51 | 0.95 | 0.06 | 28.03 | 0.91 | 0.49 |
| Hex | F0 | 76 | B | 0 | 33 | 5F | 6 | 1C | 5B | 31 |
| Octal | 360 | 166 | 13 | 0 | 63 | 137 | 6 | 34 | 133 | 61 |
| Binary | 11110000 | 1110110 | 1011 | 0 | 110011 | 1011111 | 110 | 11100 | 1011011 | 110001 |
Color Harmonies of #F0760B
Complementary color
Monochromatic Colors of #F0760B
Black with #F0760B
Text Example
Text Example
White with #F0760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0760B; }
p { color: rgb(240,118,11); }
H1.HeaderClassName
{
color: #F0760B;
}
.AnyTagClassName
{
color: #F0760B;
}
</style>
background-color css
<style>
a { background-color: #F0760B; }
a { background-color: rgb(240,118,11); }
div.DivClassName
{
background-color: #F0760B;
}
.BgClassName
{
background-color: #F0760B;
}
</style>
border-color css
<style>
span { border-color: #F0760B; }
span { border-color: rgb(240,118,11); }
td.TdClassName
{
border-color: #F0760B;
}
.TagClassName
{
border-color: #F0760B;
}
</style>