Color Hex Logo

#fca063 Color Hex

#FCA063
(252,160,99)
0 Favorites   0 Comments

Color spaces of #fca063

RGB 25216099
HSL0.070.960.69
HSV24°61°99°
CMYK 0.000.370.61   0.01
XYZ54.967846.737917.9286
Yxy46.73790.45950.3907
Hunter Lab68.365123.880932.3069
CIE-Lab74.021828.550145.5894

#fca063 color RGB value is (252,160,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01100011
Octal 374 240 143
Decimal 252 160 99
Hex FC A0 63

RGB Percentages of Color #fca063

%49.32
%31.31
%19.37

CMYK Percentages of Color #fca063

%0
%37
%61
%1

Triadic Colors of #fca063

#fca063 #63fca0 #a063fc

Analogous Colors of #fca063

#fca063 #fced63 #fc6373

Monochromatic Colors of #fca063

#fca063

Complementary Color

#fca063 #63bffc

#fca063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca063 Color CSS Codes

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

#fca063 Text Font Color

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

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


#fca063 Background Color

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

This div background color is #fca063


#fca063 Border Color

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

This div border color is #fca063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca063

Related Colors


Comments

No comments written yet.

Please login to write comment.