Shades of Mango Tango #F17007
Tints of Mango Tango #F17007
RGB
CMYK
RGB Variations
Color information
#F17007 (or 0xF17007) is known color: Mango Tango. HEX triplet: F1, 70 and 07. RGB value is (241,112,7). Sum of RGB (Red+Green+Blue) = 241+112+7=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F17007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17007 is #0E8FF8. Grayscale: #8B8B8B. Windows color (decimal): -954361 or 487665. OLE color: 487665.
HSL color Cylindrical-coordinate representation of color #F17007: hue angle of 26.92º 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 #F17007 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.05 |
| HSL | 26.92º | 0.94% | 0.49% | - |
| HSV(B) | 26.92º | 0.97% | 0.95% | - |
| XYZ | 42.11 | 30.3 | 3.83 | - |
| YUV | 138.6 | 53.74 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 7 | 0 | 0.54 | 0.97 | 0.05 | 26.92 | 0.94 | 0.49 |
| Hex | F1 | 70 | 7 | 0 | 36 | 61 | 5 | 1B | 5E | 31 |
| Octal | 361 | 160 | 7 | 0 | 66 | 141 | 5 | 33 | 136 | 61 |
| Binary | 11110001 | 1110000 | 111 | 0 | 110110 | 1100001 | 101 | 11011 | 1011110 | 110001 |
Color Harmonies of #F17007
Complementary color
Monochromatic Colors of #F17007
Black with #F17007
Text Example
Text Example
White with #F17007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17007; }
p { color: rgb(241,112,7); }
H1.HeaderClassName
{
color: #F17007;
}
.AnyTagClassName
{
color: #F17007;
}
</style>
background-color css
<style>
a { background-color: #F17007; }
a { background-color: rgb(241,112,7); }
div.DivClassName
{
background-color: #F17007;
}
.BgClassName
{
background-color: #F17007;
}
</style>
border-color css
<style>
span { border-color: #F17007; }
span { border-color: rgb(241,112,7); }
td.TdClassName
{
border-color: #F17007;
}
.TagClassName
{
border-color: #F17007;
}
</style>