Color Hex Logo

#f6cc64 Color Hex

#F6CC64
(246,204,100)
0 Favorites   0 Comments

Color spaces of #f6cc64

RGB 246204100
HSL0.120.890.68
HSV43°59°96°
CMYK 0.000.170.59   0.04
XYZ61.899263.698721.0892
Yxy63.69870.42200.4342
Hunter Lab79.8115-1.231240.2014
CIE-Lab83.80863.186956.3670

#f6cc64 color RGB value is (246,204,100).

#f6cc64 hex color red value is 246, green value is 204 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f6cc64 hue: 0.12 , saturation: 0.89 and the lightness value of f6cc64 is 0.68.

The process color (four color CMYK) of #f6cc64 color hex is 0.00, 0.17, 0.59, 0.04. Web safe color of #f6cc64 is #ffcc66. Color #f6cc64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001100 01100100
Octal 366 314 144
Decimal 246 204 100
Hex F6 CC 64

RGB Percentages of Color #f6cc64

%44.73
%37.09
%18.18

CMYK Percentages of Color #f6cc64

%0
%17
%59
%4

Triadic Colors of #f6cc64

#f6cc64 #64f6cc #cc64f6

Analogous Colors of #f6cc64

#f6cc64 #d7f664 #f68364

Monochromatic Colors of #f6cc64

#f6cc64

Complementary Color

#f6cc64 #648ef6

#f6cc64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cc64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cc64 Color CSS Codes

.mybgcolor {background-color:#f6cc64; } 
.myforecolor {color:#f6cc64; }
.mybordercolor {border:3px solid #f6cc64; }

#f6cc64 Text Font Color

<p style="color:#f6cc64">Text here</p>

This sample text font color is #f6cc64
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f6cc64 Background Color

<div style="background-color:#f6cc64">
Div content here</div>

This div background color is #f6cc64


#f6cc64 Border Color

<div style="border:3px solid #f6cc64">
Div here</div>

This div border color is #f6cc64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,204,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6cc64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6cc64;
  -webkit-box-shadow: 1px 1px 3px 2px #f6cc64;
  box-shadow:         1px 1px 3px 2px #f6cc64; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,204,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f6cc64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f6cc64;
  -webkit-box-shadow: 1px 1px 3px 2px #f6cc64;
  box-shadow:         1px 1px 3px 2px #f6cc64;">
Div content here</div>

This div box has shadow with color #f6cc64


Comments

No comments written yet.

Please login to write comment.