Shades of Mango Tango #F06902
Tints of Mango Tango #F06902
RGB
CMYK
RGB Variations
Color information
#F06902 (or 0xF06902) is known color: Mango Tango. HEX triplet: F0, 69 and 02. RGB value is (240,105,2). Sum of RGB (Red+Green+Blue) = 240+105+2=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F06902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06902 is #0F96FD. Grayscale: #868686. Windows color (decimal): -1021694 or 158192. OLE color: 158192.
HSL color Cylindrical-coordinate representation of color #F06902: hue angle of 25.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F06902 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.06 |
| HSL | 25.97º | 0.98% | 0.47% | - |
| HSV(B) | 25.97º | 0.99% | 0.94% | - |
| XYZ | 41 | 28.63 | 3.42 | - |
| YUV | 133.62 | 53.73 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 2 | 0 | 0.56 | 0.99 | 0.06 | 25.97 | 0.98 | 0.47 |
| Hex | F0 | 69 | 2 | 0 | 38 | 63 | 6 | 1A | 62 | 2F |
| Octal | 360 | 151 | 2 | 0 | 70 | 143 | 6 | 32 | 142 | 57 |
| Binary | 11110000 | 1101001 | 10 | 0 | 111000 | 1100011 | 110 | 11010 | 1100010 | 101111 |
Color Harmonies of #F06902
Complementary color
Monochromatic Colors of #F06902
Black with #F06902
Text Example
Text Example
White with #F06902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06902; }
p { color: rgb(240,105,2); }
H1.HeaderClassName
{
color: #F06902;
}
.AnyTagClassName
{
color: #F06902;
}
</style>
background-color css
<style>
a { background-color: #F06902; }
a { background-color: rgb(240,105,2); }
div.DivClassName
{
background-color: #F06902;
}
.BgClassName
{
background-color: #F06902;
}
</style>
border-color css
<style>
span { border-color: #F06902; }
span { border-color: rgb(240,105,2); }
td.TdClassName
{
border-color: #F06902;
}
.TagClassName
{
border-color: #F06902;
}
</style>