Shades of Mango Tango #F0690B
Tints of Mango Tango #F0690B
RGB
CMYK
RGB Variations
Color information
#F0690B (or 0xF0690B) is known color: Mango Tango. HEX triplet: F0, 69 and 0B. RGB value is (240,105,11). Sum of RGB (Red+Green+Blue) = 240+105+11=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0690B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0690B is #0F96F4. Grayscale: #878787. Windows color (decimal): -1021685 or 748016. OLE color: 748016.
HSL color Cylindrical-coordinate representation of color #F0690B: hue angle of 24.63º degrees, saturation: 0.91, 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 #F0690B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.06 |
| HSL | 24.63º | 0.91% | 0.49% | - |
| HSV(B) | 24.63º | 0.95% | 0.94% | - |
| XYZ | 41.05 | 28.65 | 3.68 | - |
| YUV | 134.65 | 58.23 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 11 | 0 | 0.56 | 0.95 | 0.06 | 24.63 | 0.91 | 0.49 |
| Hex | F0 | 69 | B | 0 | 38 | 5F | 6 | 19 | 5B | 31 |
| Octal | 360 | 151 | 13 | 0 | 70 | 137 | 6 | 31 | 133 | 61 |
| Binary | 11110000 | 1101001 | 1011 | 0 | 111000 | 1011111 | 110 | 11001 | 1011011 | 110001 |
Color Harmonies of #F0690B
Complementary color
Monochromatic Colors of #F0690B
Black with #F0690B
Text Example
Text Example
White with #F0690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0690B; }
p { color: rgb(240,105,11); }
H1.HeaderClassName
{
color: #F0690B;
}
.AnyTagClassName
{
color: #F0690B;
}
</style>
background-color css
<style>
a { background-color: #F0690B; }
a { background-color: rgb(240,105,11); }
div.DivClassName
{
background-color: #F0690B;
}
.BgClassName
{
background-color: #F0690B;
}
</style>
border-color css
<style>
span { border-color: #F0690B; }
span { border-color: rgb(240,105,11); }
td.TdClassName
{
border-color: #F0690B;
}
.TagClassName
{
border-color: #F0690B;
}
</style>