Shades of Mango Tango #CF6F02
Tints of Mango Tango #CF6F02
RGB
CMYK
RGB Variations
Color information
#CF6F02 (or 0xCF6F02) is known color: Mango Tango. HEX triplet: CF, 6F and 02. RGB value is (207,111,2). Sum of RGB (Red+Green+Blue) = 207+111+2=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F02 is #3090FD. Grayscale: #7F7F7F. Windows color (decimal): -3182846 or 159695. OLE color: 159695.
HSL color Cylindrical-coordinate representation of color #CF6F02: hue angle of 31.9º 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 #CF6F02 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.19 |
| HSL | 31.9º | 0.98% | 0.41% | - |
| HSV(B) | 31.9º | 0.99% | 0.81% | - |
| XYZ | 31.43 | 24.64 | 3.16 | - |
| YUV | 127.28 | 57.3 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 2 | 0 | 0.46 | 0.99 | 0.19 | 31.9 | 0.98 | 0.41 |
| Hex | CF | 6F | 2 | 0 | 2E | 63 | 13 | 20 | 62 | 29 |
| Octal | 317 | 157 | 2 | 0 | 56 | 143 | 23 | 40 | 142 | 51 |
| Binary | 11001111 | 1101111 | 10 | 0 | 101110 | 1100011 | 10011 | 100000 | 1100010 | 101001 |
Color Harmonies of #CF6F02
Complementary color
Monochromatic Colors of #CF6F02
Black with #CF6F02
Text Example
Text Example
White with #CF6F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F02; }
p { color: rgb(207,111,2); }
H1.HeaderClassName
{
color: #CF6F02;
}
.AnyTagClassName
{
color: #CF6F02;
}
</style>
background-color css
<style>
a { background-color: #CF6F02; }
a { background-color: rgb(207,111,2); }
div.DivClassName
{
background-color: #CF6F02;
}
.BgClassName
{
background-color: #CF6F02;
}
</style>
border-color css
<style>
span { border-color: #CF6F02; }
span { border-color: rgb(207,111,2); }
td.TdClassName
{
border-color: #CF6F02;
}
.TagClassName
{
border-color: #CF6F02;
}
</style>