Color Hex Logo

#fcc966 Color Hex

#FCC966
(252,201,102)
0 Favorites   0 Comments

Color spaces of #fcc966

RGB 252201102
HSL0.110.960.69
HSV40°60°99°
CMYK 0.000.200.60   0.01
XYZ63.429863.428021.4701
Yxy63.42800.42760.4276
Hunter Lab79.64172.791539.7656
CIE-Lab83.66717.340455.4304

#fcc966 color RGB value is (252,201,102).

#fcc966 hex color red value is 252, green value is 201 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fcc966 hue: 0.11 , saturation: 0.96 and the lightness value of fcc966 is 0.69.

The process color (four color CMYK) of #fcc966 color hex is 0.00, 0.20, 0.60, 0.01. Web safe color of #fcc966 is #ffcc66. Color #fcc966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01100110
Octal 374 311 146
Decimal 252 201 102
Hex FC C9 66

RGB Percentages of Color #fcc966

%45.41
%36.22
%18.38

CMYK Percentages of Color #fcc966

%0
%20
%60
%1

Triadic Colors of #fcc966

#fcc966 #66fcc9 #c966fc

Analogous Colors of #fcc966

#fcc966 #e4fc66 #fc7e66

Monochromatic Colors of #fcc966

#fcc966

Complementary Color

#fcc966 #6699fc

#fcc966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc966 Color CSS Codes

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

#fcc966 Text Font Color

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

This sample text font color is #fcc966
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.


#fcc966 Background Color

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

This div background color is #fcc966


#fcc966 Border Color

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

This div border color is #fcc966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,201,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcc966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcc966;
  -webkit-box-shadow: 1px 1px 3px 2px #fcc966;
  box-shadow:         1px 1px 3px 2px #fcc966; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,201,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc966


Comments

No comments written yet.

Please login to write comment.