Shades of Mango Tango #F07102
Tints of Mango Tango #F07102
RGB
CMYK
RGB Variations
Color information
#F07102 (or 0xF07102) is known color: Mango Tango. HEX triplet: F0, 71 and 02. RGB value is (240,113,2). Sum of RGB (Red+Green+Blue) = 240+113+2=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F07102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07102 is #0F8EFD. Grayscale: #8A8A8A. Windows color (decimal): -1019646 or 160240. OLE color: 160240.
HSL color Cylindrical-coordinate representation of color #F07102: hue angle of 27.98º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F07102 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.06 |
| HSL | 27.98º | 0.98% | 0.47% | - |
| HSV(B) | 27.98º | 0.99% | 0.94% | - |
| XYZ | 41.85 | 30.34 | 3.71 | - |
| YUV | 138.32 | 51.08 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 2 | 0 | 0.53 | 0.99 | 0.06 | 27.98 | 0.98 | 0.47 |
| Hex | F0 | 71 | 2 | 0 | 35 | 63 | 6 | 1C | 62 | 2F |
| Octal | 360 | 161 | 2 | 0 | 65 | 143 | 6 | 34 | 142 | 57 |
| Binary | 11110000 | 1110001 | 10 | 0 | 110101 | 1100011 | 110 | 11100 | 1100010 | 101111 |
Color Harmonies of #F07102
Complementary color
Monochromatic Colors of #F07102
Black with #F07102
Text Example
Text Example
White with #F07102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07102; }
p { color: rgb(240,113,2); }
H1.HeaderClassName
{
color: #F07102;
}
.AnyTagClassName
{
color: #F07102;
}
</style>
background-color css
<style>
a { background-color: #F07102; }
a { background-color: rgb(240,113,2); }
div.DivClassName
{
background-color: #F07102;
}
.BgClassName
{
background-color: #F07102;
}
</style>
border-color css
<style>
span { border-color: #F07102; }
span { border-color: rgb(240,113,2); }
td.TdClassName
{
border-color: #F07102;
}
.TagClassName
{
border-color: #F07102;
}
</style>