Shades of Mango Tango #F1780C
Tints of Mango Tango #F1780C
RGB
CMYK
RGB Variations
Color information
#F1780C (or 0xF1780C) is known color: Mango Tango. HEX triplet: F1, 78 and 0C. RGB value is (241,120,12). Sum of RGB (Red+Green+Blue) = 241+120+12=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1780C is #0E87F3. Grayscale: #909090. Windows color (decimal): -952308 or 817393. OLE color: 817393.
HSL color Cylindrical-coordinate representation of color #F1780C: hue angle of 28.3º degrees, saturation: 0.91, 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 #F1780C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.05 |
| HSL | 28.3º | 0.91% | 0.5% | - |
| HSV(B) | 28.3º | 0.95% | 0.95% | - |
| XYZ | 43.06 | 32.16 | 4.29 | - |
| YUV | 143.87 | 53.59 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 12 | 0 | 0.50 | 0.95 | 0.05 | 28.3 | 0.91 | 0.5 |
| Hex | F1 | 78 | C | 0 | 32 | 5F | 5 | 1C | 5B | 32 |
| Octal | 361 | 170 | 14 | 0 | 62 | 137 | 5 | 34 | 133 | 62 |
| Binary | 11110001 | 1111000 | 1100 | 0 | 110010 | 1011111 | 101 | 11100 | 1011011 | 110010 |
Color Harmonies of #F1780C
Complementary color
Monochromatic Colors of #F1780C
Black with #F1780C
Text Example
Text Example
White with #F1780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1780C; }
p { color: rgb(241,120,12); }
H1.HeaderClassName
{
color: #F1780C;
}
.AnyTagClassName
{
color: #F1780C;
}
</style>
background-color css
<style>
a { background-color: #F1780C; }
a { background-color: rgb(241,120,12); }
div.DivClassName
{
background-color: #F1780C;
}
.BgClassName
{
background-color: #F1780C;
}
</style>
border-color css
<style>
span { border-color: #F1780C; }
span { border-color: rgb(241,120,12); }
td.TdClassName
{
border-color: #F1780C;
}
.TagClassName
{
border-color: #F1780C;
}
</style>