Shades of Mango Tango #F16A00
Tints of Mango Tango #F16A00
RGB
CMYK
RGB Variations
Color information
#F16A00 (or 0xF16A00) is known color: Mango Tango. HEX triplet: F1, 6A and 00. RGB value is (241,106,0). Sum of RGB (Red+Green+Blue) = 241+106+0=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A00 is #0E95FF. Grayscale: #868686. Windows color (decimal): -955904 or 27377. OLE color: 27377.
HSL color Cylindrical-coordinate representation of color #F16A00: hue angle of 26.39º 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 #F16A00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.05 |
| HSL | 26.39º | 1% | 0.47% | - |
| HSV(B) | 26.39º | 1% | 0.95% | - |
| XYZ | 41.43 | 29.01 | 3.42 | - |
| YUV | 134.28 | 52.23 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 0 | 0 | 0.56 | 1 | 0.05 | 26.39 | 1 | 0.47 |
| Hex | F1 | 6A | 0 | 0 | 38 | 64 | 5 | 1A | 64 | 2F |
| Octal | 361 | 152 | 0 | 0 | 70 | 144 | 5 | 32 | 144 | 57 |
| Binary | 11110001 | 1101010 | 0 | 0 | 111000 | 1100100 | 101 | 11010 | 1100100 | 101111 |
Color Harmonies of #F16A00
Complementary color
Monochromatic Colors of #F16A00
Black with #F16A00
Text Example
Text Example
White with #F16A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A00; }
p { color: rgb(241,106,0); }
H1.HeaderClassName
{
color: #F16A00;
}
.AnyTagClassName
{
color: #F16A00;
}
</style>
background-color css
<style>
a { background-color: #F16A00; }
a { background-color: rgb(241,106,0); }
div.DivClassName
{
background-color: #F16A00;
}
.BgClassName
{
background-color: #F16A00;
}
</style>
border-color css
<style>
span { border-color: #F16A00; }
span { border-color: rgb(241,106,0); }
td.TdClassName
{
border-color: #F16A00;
}
.TagClassName
{
border-color: #F16A00;
}
</style>