Shades of Mango Tango #F16C0D
Tints of Mango Tango #F16C0D
RGB
CMYK
RGB Variations
Color information
#F16C0D (or 0xF16C0D) is known color: Mango Tango. HEX triplet: F1, 6C and 0D. RGB value is (241,108,13). Sum of RGB (Red+Green+Blue) = 241+108+13=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C0D is #0E93F2. Grayscale: #898989. Windows color (decimal): -955379 or 879857. OLE color: 879857.
HSL color Cylindrical-coordinate representation of color #F16C0D: hue angle of 25º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F16C0D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.05 |
| HSL | 25º | 0.9% | 0.5% | - |
| HSV(B) | 25º | 0.95% | 0.95% | - |
| XYZ | 41.71 | 29.45 | 3.87 | - |
| YUV | 136.94 | 58.06 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 13 | 0 | 0.55 | 0.95 | 0.05 | 25 | 0.9 | 0.5 |
| Hex | F1 | 6C | D | 0 | 37 | 5F | 5 | 19 | 5A | 32 |
| Octal | 361 | 154 | 15 | 0 | 67 | 137 | 5 | 31 | 132 | 62 |
| Binary | 11110001 | 1101100 | 1101 | 0 | 110111 | 1011111 | 101 | 11001 | 1011010 | 110010 |
Color Harmonies of #F16C0D
Complementary color
Monochromatic Colors of #F16C0D
Black with #F16C0D
Text Example
Text Example
White with #F16C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C0D; }
p { color: rgb(241,108,13); }
H1.HeaderClassName
{
color: #F16C0D;
}
.AnyTagClassName
{
color: #F16C0D;
}
</style>
background-color css
<style>
a { background-color: #F16C0D; }
a { background-color: rgb(241,108,13); }
div.DivClassName
{
background-color: #F16C0D;
}
.BgClassName
{
background-color: #F16C0D;
}
</style>
border-color css
<style>
span { border-color: #F16C0D; }
span { border-color: rgb(241,108,13); }
td.TdClassName
{
border-color: #F16C0D;
}
.TagClassName
{
border-color: #F16C0D;
}
</style>