Shades of Mango Tango #F0760D
Tints of Mango Tango #F0760D
RGB
CMYK
RGB Variations
Color information
#F0760D (or 0xF0760D) is known color: Mango Tango. HEX triplet: F0, 76 and 0D. RGB value is (240,118,13). Sum of RGB (Red+Green+Blue) = 240+118+13=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0760D is #0F89F2. Grayscale: #8F8F8F. Windows color (decimal): -1018355 or 882416. OLE color: 882416.
HSL color Cylindrical-coordinate representation of color #F0760D: hue angle of 27.75º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0760D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.06 |
| HSL | 27.75º | 0.9% | 0.5% | - |
| HSV(B) | 27.75º | 0.95% | 0.94% | - |
| XYZ | 42.49 | 31.51 | 4.22 | - |
| YUV | 142.51 | 54.92 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 13 | 0 | 0.51 | 0.95 | 0.06 | 27.75 | 0.9 | 0.5 |
| Hex | F0 | 76 | D | 0 | 33 | 5F | 6 | 1C | 5A | 32 |
| Octal | 360 | 166 | 15 | 0 | 63 | 137 | 6 | 34 | 132 | 62 |
| Binary | 11110000 | 1110110 | 1101 | 0 | 110011 | 1011111 | 110 | 11100 | 1011010 | 110010 |
Color Harmonies of #F0760D
Complementary color
Monochromatic Colors of #F0760D
Black with #F0760D
Text Example
Text Example
White with #F0760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0760D; }
p { color: rgb(240,118,13); }
H1.HeaderClassName
{
color: #F0760D;
}
.AnyTagClassName
{
color: #F0760D;
}
</style>
background-color css
<style>
a { background-color: #F0760D; }
a { background-color: rgb(240,118,13); }
div.DivClassName
{
background-color: #F0760D;
}
.BgClassName
{
background-color: #F0760D;
}
</style>
border-color css
<style>
span { border-color: #F0760D; }
span { border-color: rgb(240,118,13); }
td.TdClassName
{
border-color: #F0760D;
}
.TagClassName
{
border-color: #F0760D;
}
</style>