Shades of Mango Tango #F17402
Tints of Mango Tango #F17402
RGB
CMYK
RGB Variations
Color information
#F17402 (or 0xF17402) is known color: Mango Tango. HEX triplet: F1, 74 and 02. RGB value is (241,116,2). Sum of RGB (Red+Green+Blue) = 241+116+2=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F17402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17402 is #0E8BFD. Grayscale: #8C8C8C. Windows color (decimal): -953342 or 161009. OLE color: 161009.
HSL color Cylindrical-coordinate representation of color #F17402: hue angle of 28.62º 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 #F17402 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.05 |
| HSL | 28.62º | 0.98% | 0.48% | - |
| HSV(B) | 28.62º | 0.99% | 0.95% | - |
| XYZ | 42.53 | 31.2 | 3.84 | - |
| YUV | 140.38 | 49.91 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 2 | 0 | 0.52 | 0.99 | 0.05 | 28.62 | 0.98 | 0.48 |
| Hex | F1 | 74 | 2 | 0 | 34 | 63 | 5 | 1D | 62 | 30 |
| Octal | 361 | 164 | 2 | 0 | 64 | 143 | 5 | 35 | 142 | 60 |
| Binary | 11110001 | 1110100 | 10 | 0 | 110100 | 1100011 | 101 | 11101 | 1100010 | 110000 |
Color Harmonies of #F17402
Complementary color
Monochromatic Colors of #F17402
Black with #F17402
Text Example
Text Example
White with #F17402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17402; }
p { color: rgb(241,116,2); }
H1.HeaderClassName
{
color: #F17402;
}
.AnyTagClassName
{
color: #F17402;
}
</style>
background-color css
<style>
a { background-color: #F17402; }
a { background-color: rgb(241,116,2); }
div.DivClassName
{
background-color: #F17402;
}
.BgClassName
{
background-color: #F17402;
}
</style>
border-color css
<style>
span { border-color: #F17402; }
span { border-color: rgb(241,116,2); }
td.TdClassName
{
border-color: #F17402;
}
.TagClassName
{
border-color: #F17402;
}
</style>