Shades of Mango Tango #F27100
Tints of Mango Tango #F27100
RGB
CMYK
RGB Variations
Color information
#F27100 (or 0xF27100) is known color: Mango Tango. HEX triplet: F2, 71 and 00. RGB value is (242,113,0). Sum of RGB (Red+Green+Blue) = 242+113+0=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F27100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27100 is #0D8EFF. Grayscale: #8B8B8B. Windows color (decimal): -888576 or 29170. OLE color: 29170.
HSL color Cylindrical-coordinate representation of color #F27100: hue angle of 28.02º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F27100 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.05 |
| HSL | 28.02º | 1% | 0.47% | - |
| HSV(B) | 28.02º | 1% | 0.95% | - |
| XYZ | 42.52 | 30.69 | 3.68 | - |
| YUV | 138.69 | 49.74 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 0 | 0 | 0.53 | 1 | 0.05 | 28.02 | 1 | 0.47 |
| Hex | F2 | 71 | 0 | 0 | 35 | 64 | 5 | 1C | 64 | 2F |
| Octal | 362 | 161 | 0 | 0 | 65 | 144 | 5 | 34 | 144 | 57 |
| Binary | 11110010 | 1110001 | 0 | 0 | 110101 | 1100100 | 101 | 11100 | 1100100 | 101111 |
Color Harmonies of #F27100
Complementary color
Monochromatic Colors of #F27100
Black with #F27100
Text Example
Text Example
White with #F27100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27100; }
p { color: rgb(242,113,0); }
H1.HeaderClassName
{
color: #F27100;
}
.AnyTagClassName
{
color: #F27100;
}
</style>
background-color css
<style>
a { background-color: #F27100; }
a { background-color: rgb(242,113,0); }
div.DivClassName
{
background-color: #F27100;
}
.BgClassName
{
background-color: #F27100;
}
</style>
border-color css
<style>
span { border-color: #F27100; }
span { border-color: rgb(242,113,0); }
td.TdClassName
{
border-color: #F27100;
}
.TagClassName
{
border-color: #F27100;
}
</style>