Shades of Mango Tango #F2760C
Tints of Mango Tango #F2760C
RGB
CMYK
RGB Variations
Color information
#F2760C (or 0xF2760C) is known color: Mango Tango. HEX triplet: F2, 76 and 0C. RGB value is (242,118,12). Sum of RGB (Red+Green+Blue) = 242+118+12=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2760C is #0D89F3. Grayscale: #8F8F8F. Windows color (decimal): -887284 or 816882. OLE color: 816882.
HSL color Cylindrical-coordinate representation of color #F2760C: hue angle of 27.65º 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 #F2760C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.05 |
| HSL | 27.65º | 0.91% | 0.5% | - |
| HSV(B) | 27.65º | 0.95% | 0.95% | - |
| XYZ | 43.16 | 31.86 | 4.22 | - |
| YUV | 142.99 | 54.08 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 12 | 0 | 0.51 | 0.95 | 0.05 | 27.65 | 0.91 | 0.5 |
| Hex | F2 | 76 | C | 0 | 33 | 5F | 5 | 1C | 5B | 32 |
| Octal | 362 | 166 | 14 | 0 | 63 | 137 | 5 | 34 | 133 | 62 |
| Binary | 11110010 | 1110110 | 1100 | 0 | 110011 | 1011111 | 101 | 11100 | 1011011 | 110010 |
Color Harmonies of #F2760C
Complementary color
Monochromatic Colors of #F2760C
Black with #F2760C
Text Example
Text Example
White with #F2760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2760C; }
p { color: rgb(242,118,12); }
H1.HeaderClassName
{
color: #F2760C;
}
.AnyTagClassName
{
color: #F2760C;
}
</style>
background-color css
<style>
a { background-color: #F2760C; }
a { background-color: rgb(242,118,12); }
div.DivClassName
{
background-color: #F2760C;
}
.BgClassName
{
background-color: #F2760C;
}
</style>
border-color css
<style>
span { border-color: #F2760C; }
span { border-color: rgb(242,118,12); }
td.TdClassName
{
border-color: #F2760C;
}
.TagClassName
{
border-color: #F2760C;
}
</style>