Shades of Mango Tango #F17508
Tints of Mango Tango #F17508
RGB
CMYK
RGB Variations
Color information
#F17508 (or 0xF17508) is known color: Mango Tango. HEX triplet: F1, 75 and 08. RGB value is (241,117,8). Sum of RGB (Red+Green+Blue) = 241+117+8=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F17508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17508 is #0E8AF7. Grayscale: #8E8E8E. Windows color (decimal): -953080 or 554481. OLE color: 554481.
HSL color Cylindrical-coordinate representation of color #F17508: hue angle of 28.07º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F17508 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 8 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.05 |
| HSL | 28.07º | 0.94% | 0.49% | - |
| HSV(B) | 28.07º | 0.97% | 0.95% | - |
| XYZ | 42.68 | 31.44 | 4.05 | - |
| YUV | 141.65 | 52.58 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 8 | 0 | 0.51 | 0.97 | 0.05 | 28.07 | 0.94 | 0.49 |
| Hex | F1 | 75 | 8 | 0 | 33 | 61 | 5 | 1C | 5E | 31 |
| Octal | 361 | 165 | 10 | 0 | 63 | 141 | 5 | 34 | 136 | 61 |
| Binary | 11110001 | 1110101 | 1000 | 0 | 110011 | 1100001 | 101 | 11100 | 1011110 | 110001 |
Color Harmonies of #F17508
Complementary color
Monochromatic Colors of #F17508
Black with #F17508
Text Example
Text Example
White with #F17508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17508; }
p { color: rgb(241,117,8); }
H1.HeaderClassName
{
color: #F17508;
}
.AnyTagClassName
{
color: #F17508;
}
</style>
background-color css
<style>
a { background-color: #F17508; }
a { background-color: rgb(241,117,8); }
div.DivClassName
{
background-color: #F17508;
}
.BgClassName
{
background-color: #F17508;
}
</style>
border-color css
<style>
span { border-color: #F17508; }
span { border-color: rgb(241,117,8); }
td.TdClassName
{
border-color: #F17508;
}
.TagClassName
{
border-color: #F17508;
}
</style>