Color Hex Logo

#fca660 Color Hex

#FCA660
(252,166,96)
0 Favorites   0 Comments

Color spaces of #fca660

RGB 25216696
HSL0.070.960.68
HSV27°62°99°
CMYK 0.000.340.62   0.01
XYZ55.892448.812417.5422
Yxy48.81240.45720.3993
Hunter Lab69.865920.534034.0193
CIE-Lab75.334525.214848.6459

#fca660 color RGB value is (252,166,96).

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

The process color (four color CMYK) of #fca660 color hex is 0.00, 0.34, 0.62, 0.01. Web safe color of #fca660 is #ff9966. Color #fca660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01100000
Octal 374 246 140
Decimal 252 166 96
Hex FC A6 60

RGB Percentages of Color #fca660

%49.03
%32.30
%18.68

CMYK Percentages of Color #fca660

%0
%34
%62
%1

Triadic Colors of #fca660

#fca660 #60fca6 #a660fc

Analogous Colors of #fca660

#fca660 #fcf460 #fc6068

Monochromatic Colors of #fca660

#fca660

Complementary Color

#fca660 #60b6fc

#fca660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca660 Color CSS Codes

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

#fca660 Text Font Color

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

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


#fca660 Background Color

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

This div background color is #fca660


#fca660 Border Color

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

This div border color is #fca660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca660


Comments

No comments written yet.

Please login to write comment.