Color Hex Logo

#fca457 Color Hex

#FCA457
(252,164,87)
0 Favorites   0 Comments

Color spaces of #fca457

RGB 25216487
HSL0.080.960.66
HSV28°65°99°
CMYK 0.000.350.65   0.01
XYZ55.140647.934515.3629
Yxy47.93450.46560.4047
Hunter Lab69.234721.001935.3081
CIE-Lab74.783625.702652.4034

#fca457 color RGB value is (252,164,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01010111
Octal 374 244 127
Decimal 252 164 87
Hex FC A4 57

RGB Percentages of Color #fca457

%50.10
%32.60
%17.30

CMYK Percentages of Color #fca457

%0
%35
%65
%1

Triadic Colors of #fca457

#fca457 #57fca4 #a457fc

Analogous Colors of #fca457

#fca457 #fcf757 #fc575c

Monochromatic Colors of #fca457

#fca457

Complementary Color

#fca457 #57affc

#fca457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca457 Color CSS Codes

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

#fca457 Text Font Color

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

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


#fca457 Background Color

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

This div background color is #fca457


#fca457 Border Color

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

This div border color is #fca457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca457


Comments

No comments written yet.

Please login to write comment.