Color Hex Logo

#fca657 Color Hex

#FCA657
(252,166,87)
0 Favorites   0 Comments

Color spaces of #fca657

RGB 25216687
HSL0.080.960.66
HSV29°65°99°
CMYK 0.000.340.65   0.01
XYZ55.501448.656015.4831
Yxy48.65600.46390.4067
Hunter Lab69.753919.958835.6672
CIE-Lab75.236824.656652.9140

#fca657 color RGB value is (252,166,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01010111
Octal 374 246 127
Decimal 252 166 87
Hex FC A6 57

RGB Percentages of Color #fca657

%49.90
%32.87
%17.23

CMYK Percentages of Color #fca657

%0
%34
%65
%1

Triadic Colors of #fca657

#fca657 #57fca6 #a657fc

Analogous Colors of #fca657

#fca657 #fcf957 #fc575b

Monochromatic Colors of #fca657

#fca657

Complementary Color

#fca657 #57adfc

#fca657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca657 Color CSS Codes

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

#fca657 Text Font Color

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

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


#fca657 Background Color

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

This div background color is #fca657


#fca657 Border Color

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

This div border color is #fca657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca657


Comments

No comments written yet.

Please login to write comment.