Shades of Mango Tango #F16F02
Tints of Mango Tango #F16F02
RGB
CMYK
RGB Variations
Color information
#F16F02 (or 0xF16F02) is known color: Mango Tango. HEX triplet: F1, 6F and 02. RGB value is (241,111,2). Sum of RGB (Red+Green+Blue) = 241+111+2=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16F02 is #0E90FD. Grayscale: #8A8A8A. Windows color (decimal): -954622 or 159729. OLE color: 159729.
HSL color Cylindrical-coordinate representation of color #F16F02: hue angle of 27.36º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F16F02 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.05 |
| HSL | 27.36º | 0.98% | 0.48% | - |
| HSV(B) | 27.36º | 0.99% | 0.95% | - |
| XYZ | 41.97 | 30.07 | 3.65 | - |
| YUV | 137.44 | 51.57 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 2 | 0 | 0.54 | 0.99 | 0.05 | 27.36 | 0.98 | 0.48 |
| Hex | F1 | 6F | 2 | 0 | 36 | 63 | 5 | 1B | 62 | 30 |
| Octal | 361 | 157 | 2 | 0 | 66 | 143 | 5 | 33 | 142 | 60 |
| Binary | 11110001 | 1101111 | 10 | 0 | 110110 | 1100011 | 101 | 11011 | 1100010 | 110000 |
Color Harmonies of #F16F02
Complementary color
Monochromatic Colors of #F16F02
Black with #F16F02
Text Example
Text Example
White with #F16F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F02; }
p { color: rgb(241,111,2); }
H1.HeaderClassName
{
color: #F16F02;
}
.AnyTagClassName
{
color: #F16F02;
}
</style>
background-color css
<style>
a { background-color: #F16F02; }
a { background-color: rgb(241,111,2); }
div.DivClassName
{
background-color: #F16F02;
}
.BgClassName
{
background-color: #F16F02;
}
</style>
border-color css
<style>
span { border-color: #F16F02; }
span { border-color: rgb(241,111,2); }
td.TdClassName
{
border-color: #F16F02;
}
.TagClassName
{
border-color: #F16F02;
}
</style>