Shades of Mango Tango #F26C0D
Tints of Mango Tango #F26C0D
RGB
CMYK
RGB Variations
Color information
#F26C0D (or 0xF26C0D) is known color: Mango Tango. HEX triplet: F2, 6C and 0D. RGB value is (242,108,13). Sum of RGB (Red+Green+Blue) = 242+108+13=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26C0D is #0D93F2. Grayscale: #898989. Windows color (decimal): -889843 or 879858. OLE color: 879858.
HSL color Cylindrical-coordinate representation of color #F26C0D: hue angle of 24.89º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F26C0D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.05 |
| HSL | 24.89º | 0.9% | 0.5% | - |
| HSV(B) | 24.89º | 0.95% | 0.95% | - |
| XYZ | 42.05 | 29.63 | 3.88 | - |
| YUV | 137.24 | 57.89 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 13 | 0 | 0.55 | 0.95 | 0.05 | 24.89 | 0.9 | 0.5 |
| Hex | F2 | 6C | D | 0 | 37 | 5F | 5 | 19 | 5A | 32 |
| Octal | 362 | 154 | 15 | 0 | 67 | 137 | 5 | 31 | 132 | 62 |
| Binary | 11110010 | 1101100 | 1101 | 0 | 110111 | 1011111 | 101 | 11001 | 1011010 | 110010 |
Color Harmonies of #F26C0D
Complementary color
Monochromatic Colors of #F26C0D
Black with #F26C0D
Text Example
Text Example
White with #F26C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C0D; }
p { color: rgb(242,108,13); }
H1.HeaderClassName
{
color: #F26C0D;
}
.AnyTagClassName
{
color: #F26C0D;
}
</style>
background-color css
<style>
a { background-color: #F26C0D; }
a { background-color: rgb(242,108,13); }
div.DivClassName
{
background-color: #F26C0D;
}
.BgClassName
{
background-color: #F26C0D;
}
</style>
border-color css
<style>
span { border-color: #F26C0D; }
span { border-color: rgb(242,108,13); }
td.TdClassName
{
border-color: #F26C0D;
}
.TagClassName
{
border-color: #F26C0D;
}
</style>