#CF7A01

Color #CF7A01 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #CF7A01

Tints of Mango Tango #CF7A01

Color information

#CF7A01 (or 0xCF7A01) is unknown color: approx Mango Tango. HEX triplet: CF, 7A and 01. RGB value is (207,122,1). Sum of RGB (Red+Green+Blue) = 207+122+1=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A01 is #3085FE. Grayscale: #868686. Windows color (decimal): -3180031 or 96975. OLE color: 96975.

HSL color Cylindrical-coordinate representation of color #CF7A01: hue angle of 35.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF7A01 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB2071221-
CMYK00.411.000.19
HSL35.24º99.04%40.78%-
HSV(B)35.24º99.52%81.18%-
XYZ32.727.193.55-
YUV133.6253.16180.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 62.73%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=62.73%
G=36.97%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207122100.411.000.1935.2499.0440.78
HexCF7A10296413236329
Octal3171721051144234314351
Binary110011111111010101010011100100100111000111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7A01; }

 p { color: rgb(207,122,1); }

 H1.HeaderClassName
 {
   color: #CF7A01;
 }
 .AnyTagClassName
 {
   color: #CF7A01;
 }
</style>
background-color css

<style>
 a { background-color: #CF7A01; }

 a { background-color: rgb(207,122,1); }

 div.DivClassName
 {
   background-color: #CF7A01;
 }
 .BgClassName
 {
   background-color: #CF7A01;
 }
</style>
border-color css

<style>
 span { border-color: #CF7A01; }

 span { border-color: rgb(207,122,1); }

 td.TdClassName
 {
   border-color: #CF7A01;
 }
 .TagClassName
 {
   border-color: #CF7A01;
 }
</style>