Shades of Mango Tango #CF7C02
Tints of Mango Tango #CF7C02
RGB
CMYK
RGB Variations
Color information
#CF7C02 (or 0xCF7C02) is known color: Mango Tango. HEX triplet: CF, 7C and 02. RGB value is (207,124,2). Sum of RGB (Red+Green+Blue) = 207+124+2=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C02 is #3083FD. Grayscale: #878787. Windows color (decimal): -3179518 or 163023. OLE color: 163023.
HSL color Cylindrical-coordinate representation of color #CF7C02: hue angle of 35.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF7C02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.19 |
| HSL | 35.71º | 0.98% | 0.41% | - |
| HSV(B) | 35.71º | 0.99% | 0.81% | - |
| XYZ | 32.95 | 27.69 | 3.66 | - |
| YUV | 134.91 | 53 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 2 | 0 | 0.40 | 0.99 | 0.19 | 35.71 | 0.98 | 0.41 |
| Hex | CF | 7C | 2 | 0 | 28 | 63 | 13 | 24 | 62 | 29 |
| Octal | 317 | 174 | 2 | 0 | 50 | 143 | 23 | 44 | 142 | 51 |
| Binary | 11001111 | 1111100 | 10 | 0 | 101000 | 1100011 | 10011 | 100100 | 1100010 | 101001 |
Color Harmonies of #CF7C02
Complementary color
Monochromatic Colors of #CF7C02
Black with #CF7C02
Text Example
Text Example
White with #CF7C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C02; }
p { color: rgb(207,124,2); }
H1.HeaderClassName
{
color: #CF7C02;
}
.AnyTagClassName
{
color: #CF7C02;
}
</style>
background-color css
<style>
a { background-color: #CF7C02; }
a { background-color: rgb(207,124,2); }
div.DivClassName
{
background-color: #CF7C02;
}
.BgClassName
{
background-color: #CF7C02;
}
</style>
border-color css
<style>
span { border-color: #CF7C02; }
span { border-color: rgb(207,124,2); }
td.TdClassName
{
border-color: #CF7C02;
}
.TagClassName
{
border-color: #CF7C02;
}
</style>