Shades of Mango Tango #F16900
Tints of Mango Tango #F16900
RGB
CMYK
RGB Variations
Color information
#F16900 (or 0xF16900) is known color: Mango Tango. HEX triplet: F1, 69 and 00. RGB value is (241,105,0). Sum of RGB (Red+Green+Blue) = 241+105+0=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16900 is #0E96FF. Grayscale: #868686. Windows color (decimal): -956160 or 27121. OLE color: 27121.
HSL color Cylindrical-coordinate representation of color #F16900: hue angle of 26.14º 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 #F16900 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.05 |
| HSL | 26.14º | 1% | 0.47% | - |
| HSV(B) | 26.14º | 1% | 0.95% | - |
| XYZ | 41.33 | 28.8 | 3.38 | - |
| YUV | 133.69 | 52.56 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 0 | 0 | 0.56 | 1 | 0.05 | 26.14 | 1 | 0.47 |
| Hex | F1 | 69 | 0 | 0 | 38 | 64 | 5 | 1A | 64 | 2F |
| Octal | 361 | 151 | 0 | 0 | 70 | 144 | 5 | 32 | 144 | 57 |
| Binary | 11110001 | 1101001 | 0 | 0 | 111000 | 1100100 | 101 | 11010 | 1100100 | 101111 |
Color Harmonies of #F16900
Complementary color
Monochromatic Colors of #F16900
Black with #F16900
Text Example
Text Example
White with #F16900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16900; }
p { color: rgb(241,105,0); }
H1.HeaderClassName
{
color: #F16900;
}
.AnyTagClassName
{
color: #F16900;
}
</style>
background-color css
<style>
a { background-color: #F16900; }
a { background-color: rgb(241,105,0); }
div.DivClassName
{
background-color: #F16900;
}
.BgClassName
{
background-color: #F16900;
}
</style>
border-color css
<style>
span { border-color: #F16900; }
span { border-color: rgb(241,105,0); }
td.TdClassName
{
border-color: #F16900;
}
.TagClassName
{
border-color: #F16900;
}
</style>