Shades of Mango Tango #F26D00
Tints of Mango Tango #F26D00
RGB
CMYK
RGB Variations
Color information
#F26D00 (or 0xF26D00) is known color: Mango Tango. HEX triplet: F2, 6D and 00. RGB value is (242,109,0). Sum of RGB (Red+Green+Blue) = 242+109+0=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26D00 is #0D92FF. Grayscale: #888888. Windows color (decimal): -889600 or 28146. OLE color: 28146.
HSL color Cylindrical-coordinate representation of color #F26D00: hue angle of 27.02º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F26D00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.05 |
| HSL | 27.02º | 1% | 0.47% | - |
| HSV(B) | 27.02º | 1% | 0.95% | - |
| XYZ | 42.09 | 29.81 | 3.54 | - |
| YUV | 136.34 | 51.06 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 0 | 0 | 0.55 | 1 | 0.05 | 27.02 | 1 | 0.47 |
| Hex | F2 | 6D | 0 | 0 | 37 | 64 | 5 | 1B | 64 | 2F |
| Octal | 362 | 155 | 0 | 0 | 67 | 144 | 5 | 33 | 144 | 57 |
| Binary | 11110010 | 1101101 | 0 | 0 | 110111 | 1100100 | 101 | 11011 | 1100100 | 101111 |
Color Harmonies of #F26D00
Complementary color
Monochromatic Colors of #F26D00
Black with #F26D00
Text Example
Text Example
White with #F26D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D00; }
p { color: rgb(242,109,0); }
H1.HeaderClassName
{
color: #F26D00;
}
.AnyTagClassName
{
color: #F26D00;
}
</style>
background-color css
<style>
a { background-color: #F26D00; }
a { background-color: rgb(242,109,0); }
div.DivClassName
{
background-color: #F26D00;
}
.BgClassName
{
background-color: #F26D00;
}
</style>
border-color css
<style>
span { border-color: #F26D00; }
span { border-color: rgb(242,109,0); }
td.TdClassName
{
border-color: #F26D00;
}
.TagClassName
{
border-color: #F26D00;
}
</style>