Shades of Mango Tango #F27002
Tints of Mango Tango #F27002
RGB
CMYK
RGB Variations
Color information
#F27002 (or 0xF27002) is known color: Mango Tango. HEX triplet: F2, 70 and 02. RGB value is (242,112,2). Sum of RGB (Red+Green+Blue) = 242+112+2=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F27002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27002 is #0D8FFD. Grayscale: #8A8A8A. Windows color (decimal): -888830 or 159986. OLE color: 159986.
HSL color Cylindrical-coordinate representation of color #F27002: hue angle of 27.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F27002 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.05 |
| HSL | 27.5º | 0.98% | 0.48% | - |
| HSV(B) | 27.5º | 0.99% | 0.95% | - |
| XYZ | 42.42 | 30.47 | 3.7 | - |
| YUV | 138.33 | 51.07 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 2 | 0 | 0.54 | 0.99 | 0.05 | 27.5 | 0.98 | 0.48 |
| Hex | F2 | 70 | 2 | 0 | 36 | 63 | 5 | 1C | 62 | 30 |
| Octal | 362 | 160 | 2 | 0 | 66 | 143 | 5 | 34 | 142 | 60 |
| Binary | 11110010 | 1110000 | 10 | 0 | 110110 | 1100011 | 101 | 11100 | 1100010 | 110000 |
Color Harmonies of #F27002
Complementary color
Monochromatic Colors of #F27002
Black with #F27002
Text Example
Text Example
White with #F27002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27002; }
p { color: rgb(242,112,2); }
H1.HeaderClassName
{
color: #F27002;
}
.AnyTagClassName
{
color: #F27002;
}
</style>
background-color css
<style>
a { background-color: #F27002; }
a { background-color: rgb(242,112,2); }
div.DivClassName
{
background-color: #F27002;
}
.BgClassName
{
background-color: #F27002;
}
</style>
border-color css
<style>
span { border-color: #F27002; }
span { border-color: rgb(242,112,2); }
td.TdClassName
{
border-color: #F27002;
}
.TagClassName
{
border-color: #F27002;
}
</style>