Shades of Mango Tango #F2780C
Tints of Mango Tango #F2780C
RGB
CMYK
RGB Variations
Color information
#F2780C (or 0xF2780C) is known color: Mango Tango. HEX triplet: F2, 78 and 0C. RGB value is (242,120,12). Sum of RGB (Red+Green+Blue) = 242+120+12=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2780C is #0D87F3. Grayscale: #909090. Windows color (decimal): -886772 or 817394. OLE color: 817394.
HSL color Cylindrical-coordinate representation of color #F2780C: hue angle of 28.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2780C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.05 |
| HSL | 28.17º | 0.91% | 0.5% | - |
| HSV(B) | 28.17º | 0.95% | 0.95% | - |
| XYZ | 43.4 | 32.34 | 4.3 | - |
| YUV | 144.17 | 53.42 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 12 | 0 | 0.50 | 0.95 | 0.05 | 28.17 | 0.91 | 0.5 |
| Hex | F2 | 78 | C | 0 | 32 | 5F | 5 | 1C | 5B | 32 |
| Octal | 362 | 170 | 14 | 0 | 62 | 137 | 5 | 34 | 133 | 62 |
| Binary | 11110010 | 1111000 | 1100 | 0 | 110010 | 1011111 | 101 | 11100 | 1011011 | 110010 |
Color Harmonies of #F2780C
Complementary color
Monochromatic Colors of #F2780C
Black with #F2780C
Text Example
Text Example
White with #F2780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2780C; }
p { color: rgb(242,120,12); }
H1.HeaderClassName
{
color: #F2780C;
}
.AnyTagClassName
{
color: #F2780C;
}
</style>
background-color css
<style>
a { background-color: #F2780C; }
a { background-color: rgb(242,120,12); }
div.DivClassName
{
background-color: #F2780C;
}
.BgClassName
{
background-color: #F2780C;
}
</style>
border-color css
<style>
span { border-color: #F2780C; }
span { border-color: rgb(242,120,12); }
td.TdClassName
{
border-color: #F2780C;
}
.TagClassName
{
border-color: #F2780C;
}
</style>