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