Html Css Color HEX #CF7501 Mango Tango

📋 copy color: '#CF7501'

red 207 ◦ green 117 ◦ blue 1

#CF7501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #CF7501

Tints of Mango Tango #CF7501

RGB

 RED value IS 207 (81.25% from 255) = 63.69%

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 63.69%
G = 36%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7501 (or 0xCF7501) is known color: Mango Tango. HEX triplet: CF, 75 and 01. RGB value is (207,117,1). Sum of RGB (Red+Green+Blue) = 207+117+1=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7501 is #308AFE. Grayscale: #838383. Windows color (decimal): -3181311 or 95695. OLE color: 95695.

HSL color Cylindrical-coordinate representation of color #CF7501: hue angle of 33.79º 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 #CF7501 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 1 -
CMYK 0 0.43 1.00 0.19
HSL 33.79º 0.99% 0.41% -
HSV(B) 33.79º 1% 0.81% -
XYZ 32.1 25.99 3.35 -
YUV 130.69 54.82 182.43 -
System Red Green Blue C M Y K H S L
Decimal 207 117 1 0 0.43 1.00 0.19 33.79 0.99 0.41
Hex CF 75 1 0 2B 64 13 22 63 29
Octal 317 165 1 0 53 144 23 42 143 51
Binary 11001111 1110101 1 0 101011 1100100 10011 100010 1100011 101001

Color Harmonies of #CF7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7501

Black with #CF7501

Text Example


Text Example

White with #CF7501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7501; }

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

 H1.HeaderClassName
 {
   color: #CF7501;
 }
 .AnyTagClassName
 {
   color: #CF7501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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