Color Hex Logo

#fca064 Color Hex

#FCA064
(252,160,100)
0 Favorites   0 Comments

Color spaces of #fca064

RGB 252160100
HSL0.070.960.69
HSV24°60°99°
CMYK 0.000.370.60   0.01
XYZ55.015946.757218.1820
Yxy46.75720.45860.3898
Hunter Lab68.379223.952132.1003
CIE-Lab74.034228.618245.0968

#fca064 color RGB value is (252,160,100).

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

The process color (four color CMYK) of #fca064 color hex is 0.00, 0.37, 0.60, 0.01. Web safe color of #fca064 is #ff9966. Color #fca064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01100100
Octal 374 240 144
Decimal 252 160 100
Hex FC A0 64

RGB Percentages of Color #fca064

%49.22
%31.25
%19.53

CMYK Percentages of Color #fca064

%0
%37
%60
%1

Triadic Colors of #fca064

#fca064 #64fca0 #a064fc

Analogous Colors of #fca064

#fca064 #fcec64 #fc6474

Monochromatic Colors of #fca064

#fca064

Complementary Color

#fca064 #64c0fc

#fca064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca064 Color CSS Codes

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

#fca064 Text Font Color

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

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


#fca064 Background Color

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

This div background color is #fca064


#fca064 Border Color

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

This div border color is #fca064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca064


Comments

No comments written yet.

Please login to write comment.