Html Css Color HEX #CF6F01 Mango Tango

📋 copy color: '#CF6F01'

red 207 ◦ green 111 ◦ blue 1

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

Shades of Mango Tango #CF6F01

Tints of Mango Tango #CF6F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

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

R = 64.89%
G = 34.8%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6F01 (or 0xCF6F01) is known color: Mango Tango. HEX triplet: CF, 6F and 01. RGB value is (207,111,1). Sum of RGB (Red+Green+Blue) = 207+111+1=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F01 is #3090FE. Grayscale: #7F7F7F. Windows color (decimal): -3182847 or 94159. OLE color: 94159.

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

Color convert

RGB 207 111 1 -
CMYK 0 0.46 1.00 0.19
HSL 32.04º 0.99% 0.41% -
HSV(B) 32.04º 1% 0.81% -
XYZ 31.42 24.64 3.13 -
YUV 127.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 207 111 1 0 0.46 1.00 0.19 32.04 0.99 0.41
Hex CF 6F 1 0 2E 64 13 20 63 29
Octal 317 157 1 0 56 144 23 40 143 51
Binary 11001111 1101111 1 0 101110 1100100 10011 100000 1100011 101001

Color Harmonies of #CF6F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F01

Black with #CF6F01

Text Example


Text Example

White with #CF6F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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