Html Css Color HEX #CF7C01 Mango Tango

📋 copy color: '#CF7C01'

red 207 ◦ green 124 ◦ blue 1

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

Shades of Mango Tango #CF7C01

Tints of Mango Tango #CF7C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

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

R = 62.35%
G = 37.35%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7C01 (or 0xCF7C01) is known color: Mango Tango. HEX triplet: CF, 7C and 01. RGB value is (207,124,1). Sum of RGB (Red+Green+Blue) = 207+124+1=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C01 is #3083FE. Grayscale: #878787. Windows color (decimal): -3179519 or 97487. OLE color: 97487.

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

Color convert

RGB 207 124 1 -
CMYK 0 0.40 1.00 0.19
HSL 35.83º 0.99% 0.41% -
HSV(B) 35.83º 1% 0.81% -
XYZ 32.95 27.68 3.64 -
YUV 134.8 52.5 179.5 -
System Red Green Blue C M Y K H S L
Decimal 207 124 1 0 0.40 1.00 0.19 35.83 0.99 0.41
Hex CF 7C 1 0 28 64 13 24 63 29
Octal 317 174 1 0 50 144 23 44 143 51
Binary 11001111 1111100 1 0 101000 1100100 10011 100100 1100011 101001

Color Harmonies of #CF7C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C01

Black with #CF7C01

Text Example


Text Example

White with #CF7C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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