Shades of Mango Tango #F2710B
Tints of Mango Tango #F2710B
RGB
CMYK
RGB Variations
Color information
#F2710B (or 0xF2710B) is known color: Mango Tango. HEX triplet: F2, 71 and 0B. RGB value is (242,113,11). Sum of RGB (Red+Green+Blue) = 242+113+11=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F2710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2710B is #0D8EF4. Grayscale: #8C8C8C. Windows color (decimal): -888565 or 750066. OLE color: 750066.
HSL color Cylindrical-coordinate representation of color #F2710B: hue angle of 26.49º 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 #F2710B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.05 |
| HSL | 26.49º | 0.91% | 0.5% | - |
| HSV(B) | 26.49º | 0.95% | 0.95% | - |
| XYZ | 42.58 | 30.71 | 4 | - |
| YUV | 139.94 | 55.24 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 11 | 0 | 0.53 | 0.95 | 0.05 | 26.49 | 0.91 | 0.5 |
| Hex | F2 | 71 | B | 0 | 35 | 5F | 5 | 1A | 5B | 32 |
| Octal | 362 | 161 | 13 | 0 | 65 | 137 | 5 | 32 | 133 | 62 |
| Binary | 11110010 | 1110001 | 1011 | 0 | 110101 | 1011111 | 101 | 11010 | 1011011 | 110010 |
Color Harmonies of #F2710B
Complementary color
Monochromatic Colors of #F2710B
Black with #F2710B
Text Example
Text Example
White with #F2710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2710B; }
p { color: rgb(242,113,11); }
H1.HeaderClassName
{
color: #F2710B;
}
.AnyTagClassName
{
color: #F2710B;
}
</style>
background-color css
<style>
a { background-color: #F2710B; }
a { background-color: rgb(242,113,11); }
div.DivClassName
{
background-color: #F2710B;
}
.BgClassName
{
background-color: #F2710B;
}
</style>
border-color css
<style>
span { border-color: #F2710B; }
span { border-color: rgb(242,113,11); }
td.TdClassName
{
border-color: #F2710B;
}
.TagClassName
{
border-color: #F2710B;
}
</style>