Shades of Mango Tango #F0690C
Tints of Mango Tango #F0690C
RGB
CMYK
RGB Variations
Color information
#F0690C (or 0xF0690C) is known color: Mango Tango. HEX triplet: F0, 69 and 0C. RGB value is (240,105,12). Sum of RGB (Red+Green+Blue) = 240+105+12=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0690C is #0F96F3. Grayscale: #878787. Windows color (decimal): -1021684 or 813552. OLE color: 813552.
HSL color Cylindrical-coordinate representation of color #F0690C: hue angle of 24.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0690C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.06 |
| HSL | 24.47º | 0.9% | 0.49% | - |
| HSV(B) | 24.47º | 0.95% | 0.94% | - |
| XYZ | 41.05 | 28.65 | 3.72 | - |
| YUV | 134.76 | 58.73 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 12 | 0 | 0.56 | 0.95 | 0.06 | 24.47 | 0.9 | 0.49 |
| Hex | F0 | 69 | C | 0 | 38 | 5F | 6 | 18 | 5A | 31 |
| Octal | 360 | 151 | 14 | 0 | 70 | 137 | 6 | 30 | 132 | 61 |
| Binary | 11110000 | 1101001 | 1100 | 0 | 111000 | 1011111 | 110 | 11000 | 1011010 | 110001 |
Color Harmonies of #F0690C
Complementary color
Monochromatic Colors of #F0690C
Black with #F0690C
Text Example
Text Example
White with #F0690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0690C; }
p { color: rgb(240,105,12); }
H1.HeaderClassName
{
color: #F0690C;
}
.AnyTagClassName
{
color: #F0690C;
}
</style>
background-color css
<style>
a { background-color: #F0690C; }
a { background-color: rgb(240,105,12); }
div.DivClassName
{
background-color: #F0690C;
}
.BgClassName
{
background-color: #F0690C;
}
</style>
border-color css
<style>
span { border-color: #F0690C; }
span { border-color: rgb(240,105,12); }
td.TdClassName
{
border-color: #F0690C;
}
.TagClassName
{
border-color: #F0690C;
}
</style>