Color Hex Logo

#fcc964 Color Hex

#FCC964
(252,201,100)
0 Favorites   0 Comments

Color spaces of #fcc964

RGB 252201100
HSL0.110.960.69
HSV40°60°99°
CMYK 0.000.200.60   0.01
XYZ63.331863.388820.9539
Yxy63.38880.42890.4292
Hunter Lab79.61712.658840.1278
CIE-Lab83.64657.203856.3355

#fcc964 color RGB value is (252,201,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01100100
Octal 374 311 144
Decimal 252 201 100
Hex FC C9 64

RGB Percentages of Color #fcc964

%45.57
%36.35
%18.08

CMYK Percentages of Color #fcc964

%0
%20
%60
%1

Triadic Colors of #fcc964

#fcc964 #64fcc9 #c964fc

Analogous Colors of #fcc964

#fcc964 #e3fc64 #fc7d64

Monochromatic Colors of #fcc964

#fcc964

Complementary Color

#fcc964 #6497fc

#fcc964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc964 Color CSS Codes

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

#fcc964 Text Font Color

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

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


#fcc964 Background Color

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

This div background color is #fcc964


#fcc964 Border Color

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

This div border color is #fcc964


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,201,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 #fcc964">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc964

Related Colors


Comments

No comments written yet.

Please login to write comment.