Shades of Mango Tango #F0760C
Tints of Mango Tango #F0760C
RGB
CMYK
RGB Variations
Color information
#F0760C (or 0xF0760C) is known color: Mango Tango. HEX triplet: F0, 76 and 0C. RGB value is (240,118,12). Sum of RGB (Red+Green+Blue) = 240+118+12=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0760C is #0F89F3. Grayscale: #8E8E8E. Windows color (decimal): -1018356 or 816880. OLE color: 816880.
HSL color Cylindrical-coordinate representation of color #F0760C: hue angle of 27.89º degrees, saturation: 0.9, 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 #F0760C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.06 |
| HSL | 27.89º | 0.9% | 0.49% | - |
| HSV(B) | 27.89º | 0.95% | 0.94% | - |
| XYZ | 42.48 | 31.51 | 4.19 | - |
| YUV | 142.39 | 54.42 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 12 | 0 | 0.51 | 0.95 | 0.06 | 27.89 | 0.9 | 0.49 |
| Hex | F0 | 76 | C | 0 | 33 | 5F | 6 | 1C | 5A | 31 |
| Octal | 360 | 166 | 14 | 0 | 63 | 137 | 6 | 34 | 132 | 61 |
| Binary | 11110000 | 1110110 | 1100 | 0 | 110011 | 1011111 | 110 | 11100 | 1011010 | 110001 |
Color Harmonies of #F0760C
Complementary color
Monochromatic Colors of #F0760C
Black with #F0760C
Text Example
Text Example
White with #F0760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0760C; }
p { color: rgb(240,118,12); }
H1.HeaderClassName
{
color: #F0760C;
}
.AnyTagClassName
{
color: #F0760C;
}
</style>
background-color css
<style>
a { background-color: #F0760C; }
a { background-color: rgb(240,118,12); }
div.DivClassName
{
background-color: #F0760C;
}
.BgClassName
{
background-color: #F0760C;
}
</style>
border-color css
<style>
span { border-color: #F0760C; }
span { border-color: rgb(240,118,12); }
td.TdClassName
{
border-color: #F0760C;
}
.TagClassName
{
border-color: #F0760C;
}
</style>