Shades of Mango Tango #F17400
Tints of Mango Tango #F17400
RGB
CMYK
RGB Variations
Color information
#F17400 (or 0xF17400) is known color: Mango Tango. HEX triplet: F1, 74 and 00. RGB value is (241,116,0). Sum of RGB (Red+Green+Blue) = 241+116+0=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F17400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17400 is #0E8BFF. Grayscale: #8C8C8C. Windows color (decimal): -953344 or 29937. OLE color: 29937.
HSL color Cylindrical-coordinate representation of color #F17400: hue angle of 28.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F17400 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.05 |
| HSL | 28.88º | 1% | 0.47% | - |
| HSV(B) | 28.88º | 1% | 0.95% | - |
| XYZ | 42.52 | 31.19 | 3.78 | - |
| YUV | 140.15 | 48.91 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 0 | 0 | 0.52 | 1 | 0.05 | 28.88 | 1 | 0.47 |
| Hex | F1 | 74 | 0 | 0 | 34 | 64 | 5 | 1D | 64 | 2F |
| Octal | 361 | 164 | 0 | 0 | 64 | 144 | 5 | 35 | 144 | 57 |
| Binary | 11110001 | 1110100 | 0 | 0 | 110100 | 1100100 | 101 | 11101 | 1100100 | 101111 |
Color Harmonies of #F17400
Complementary color
Monochromatic Colors of #F17400
Black with #F17400
Text Example
Text Example
White with #F17400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17400; }
p { color: rgb(241,116,0); }
H1.HeaderClassName
{
color: #F17400;
}
.AnyTagClassName
{
color: #F17400;
}
</style>
background-color css
<style>
a { background-color: #F17400; }
a { background-color: rgb(241,116,0); }
div.DivClassName
{
background-color: #F17400;
}
.BgClassName
{
background-color: #F17400;
}
</style>
border-color css
<style>
span { border-color: #F17400; }
span { border-color: rgb(241,116,0); }
td.TdClassName
{
border-color: #F17400;
}
.TagClassName
{
border-color: #F17400;
}
</style>