Shades of Mango Tango #F87502
Tints of Mango Tango #F87502
RGB
CMYK
RGB Variations
Color information
#F87502 (or 0xF87502) is known color: Mango Tango. HEX triplet: F8, 75 and 02. RGB value is (248,117,2). Sum of RGB (Red+Green+Blue) = 248+117+2=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F87502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87502 is #078AFD. Grayscale: #8F8F8F. Windows color (decimal): -494334 or 161272. OLE color: 161272.
HSL color Cylindrical-coordinate representation of color #F87502: hue angle of 28.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F87502 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.03 |
| HSL | 28.05º | 0.98% | 0.49% | - |
| HSV(B) | 28.05º | 0.99% | 0.97% | - |
| XYZ | 45.08 | 32.68 | 3.99 | - |
| YUV | 143.06 | 48.4 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 2 | 0 | 0.53 | 0.99 | 0.03 | 28.05 | 0.98 | 0.49 |
| Hex | F8 | 75 | 2 | 0 | 35 | 63 | 3 | 1C | 62 | 31 |
| Octal | 370 | 165 | 2 | 0 | 65 | 143 | 3 | 34 | 142 | 61 |
| Binary | 11111000 | 1110101 | 10 | 0 | 110101 | 1100011 | 11 | 11100 | 1100010 | 110001 |
Color Harmonies of #F87502
Complementary color
Monochromatic Colors of #F87502
Black with #F87502
Text Example
Text Example
White with #F87502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87502; }
p { color: rgb(248,117,2); }
H1.HeaderClassName
{
color: #F87502;
}
.AnyTagClassName
{
color: #F87502;
}
</style>
background-color css
<style>
a { background-color: #F87502; }
a { background-color: rgb(248,117,2); }
div.DivClassName
{
background-color: #F87502;
}
.BgClassName
{
background-color: #F87502;
}
</style>
border-color css
<style>
span { border-color: #F87502; }
span { border-color: rgb(248,117,2); }
td.TdClassName
{
border-color: #F87502;
}
.TagClassName
{
border-color: #F87502;
}
</style>