Shades of Mango Tango #F0780B
Tints of Mango Tango #F0780B
RGB
CMYK
RGB Variations
Color information
#F0780B (or 0xF0780B) is known color: Mango Tango. HEX triplet: F0, 78 and 0B. RGB value is (240,120,11). Sum of RGB (Red+Green+Blue) = 240+120+11=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0780B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0780B is #0F87F4. Grayscale: #909090. Windows color (decimal): -1017845 or 751856. OLE color: 751856.
HSL color Cylindrical-coordinate representation of color #F0780B: hue angle of 28.56º 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 #F0780B is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 11 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.06 |
| HSL | 28.56º | 0.91% | 0.49% | - |
| HSV(B) | 28.56º | 0.95% | 0.94% | - |
| XYZ | 42.71 | 31.98 | 4.24 | - |
| YUV | 143.45 | 53.26 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 11 | 0 | 0.5 | 0.95 | 0.06 | 28.56 | 0.91 | 0.49 |
| Hex | F0 | 78 | B | 0 | 32 | 5F | 6 | 1D | 5B | 31 |
| Octal | 360 | 170 | 13 | 0 | 62 | 137 | 6 | 35 | 133 | 61 |
| Binary | 11110000 | 1111000 | 1011 | 0 | 110010 | 1011111 | 110 | 11101 | 1011011 | 110001 |
Color Harmonies of #F0780B
Complementary color
Monochromatic Colors of #F0780B
Black with #F0780B
Text Example
Text Example
White with #F0780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0780B; }
p { color: rgb(240,120,11); }
H1.HeaderClassName
{
color: #F0780B;
}
.AnyTagClassName
{
color: #F0780B;
}
</style>
background-color css
<style>
a { background-color: #F0780B; }
a { background-color: rgb(240,120,11); }
div.DivClassName
{
background-color: #F0780B;
}
.BgClassName
{
background-color: #F0780B;
}
</style>
border-color css
<style>
span { border-color: #F0780B; }
span { border-color: rgb(240,120,11); }
td.TdClassName
{
border-color: #F0780B;
}
.TagClassName
{
border-color: #F0780B;
}
</style>