Shades of Mango Tango #F26E08
Tints of Mango Tango #F26E08
RGB
CMYK
RGB Variations
Color information
#F26E08 (or 0xF26E08) is known color: Mango Tango. HEX triplet: F2, 6E and 08. RGB value is (242,110,8). Sum of RGB (Red+Green+Blue) = 242+110+8=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26E08 is #0D91F7. Grayscale: #8A8A8A. Windows color (decimal): -889336 or 552690. OLE color: 552690.
HSL color Cylindrical-coordinate representation of color #F26E08: hue angle of 26.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F26E08 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 8 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.05 |
| HSL | 26.15º | 0.94% | 0.49% | - |
| HSV(B) | 26.15º | 0.97% | 0.95% | - |
| XYZ | 42.24 | 30.05 | 3.8 | - |
| YUV | 137.84 | 54.73 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 8 | 0 | 0.55 | 0.97 | 0.05 | 26.15 | 0.94 | 0.49 |
| Hex | F2 | 6E | 8 | 0 | 37 | 61 | 5 | 1A | 5E | 31 |
| Octal | 362 | 156 | 10 | 0 | 67 | 141 | 5 | 32 | 136 | 61 |
| Binary | 11110010 | 1101110 | 1000 | 0 | 110111 | 1100001 | 101 | 11010 | 1011110 | 110001 |
Color Harmonies of #F26E08
Complementary color
Monochromatic Colors of #F26E08
Black with #F26E08
Text Example
Text Example
White with #F26E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E08; }
p { color: rgb(242,110,8); }
H1.HeaderClassName
{
color: #F26E08;
}
.AnyTagClassName
{
color: #F26E08;
}
</style>
background-color css
<style>
a { background-color: #F26E08; }
a { background-color: rgb(242,110,8); }
div.DivClassName
{
background-color: #F26E08;
}
.BgClassName
{
background-color: #F26E08;
}
</style>
border-color css
<style>
span { border-color: #F26E08; }
span { border-color: rgb(242,110,8); }
td.TdClassName
{
border-color: #F26E08;
}
.TagClassName
{
border-color: #F26E08;
}
</style>