Shades of Mango Tango #F16C00
Tints of Mango Tango #F16C00
RGB
CMYK
RGB Variations
Color information
#F16C00 (or 0xF16C00) is known color: Mango Tango. HEX triplet: F1, 6C and 00. RGB value is (241,108,0). Sum of RGB (Red+Green+Blue) = 241+108+0=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C00 is #0E93FF. Grayscale: #888888. Windows color (decimal): -955392 or 27889. OLE color: 27889.
HSL color Cylindrical-coordinate representation of color #F16C00: hue angle of 26.89º 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 #F16C00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.05 |
| HSL | 26.89º | 1% | 0.47% | - |
| HSV(B) | 26.89º | 1% | 0.95% | - |
| XYZ | 41.64 | 29.43 | 3.49 | - |
| YUV | 135.46 | 51.56 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 0 | 0 | 0.55 | 1 | 0.05 | 26.89 | 1 | 0.47 |
| Hex | F1 | 6C | 0 | 0 | 37 | 64 | 5 | 1B | 64 | 2F |
| Octal | 361 | 154 | 0 | 0 | 67 | 144 | 5 | 33 | 144 | 57 |
| Binary | 11110001 | 1101100 | 0 | 0 | 110111 | 1100100 | 101 | 11011 | 1100100 | 101111 |
Color Harmonies of #F16C00
Complementary color
Monochromatic Colors of #F16C00
Black with #F16C00
Text Example
Text Example
White with #F16C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C00; }
p { color: rgb(241,108,0); }
H1.HeaderClassName
{
color: #F16C00;
}
.AnyTagClassName
{
color: #F16C00;
}
</style>
background-color css
<style>
a { background-color: #F16C00; }
a { background-color: rgb(241,108,0); }
div.DivClassName
{
background-color: #F16C00;
}
.BgClassName
{
background-color: #F16C00;
}
</style>
border-color css
<style>
span { border-color: #F16C00; }
span { border-color: rgb(241,108,0); }
td.TdClassName
{
border-color: #F16C00;
}
.TagClassName
{
border-color: #F16C00;
}
</style>