Color Hex Logo

#fca357 Color Hex

#FCA357
(252,163,87)
0 Favorites   0 Comments

Color spaces of #fca357

RGB 25216387
HSL0.080.960.66
HSV28°65°99°
CMYK 0.000.350.65   0.01
XYZ54.962447.578015.3035
Yxy47.57800.46640.4037
Hunter Lab68.976821.523735.1294
CIE-Lab74.558026.225452.1488

#fca357 color RGB value is (252,163,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01010111
Octal 374 243 127
Decimal 252 163 87
Hex FC A3 57

RGB Percentages of Color #fca357

%50.20
%32.47
%17.33

CMYK Percentages of Color #fca357

%0
%35
%65
%1

Triadic Colors of #fca357

#fca357 #57fca3 #a357fc

Analogous Colors of #fca357

#fca357 #fcf657 #fc575e

Monochromatic Colors of #fca357

#fca357

Complementary Color

#fca357 #57b0fc

#fca357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca357 Color CSS Codes

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

#fca357 Text Font Color

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

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


#fca357 Background Color

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

This div background color is #fca357


#fca357 Border Color

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

This div border color is #fca357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca357


Comments

No comments written yet.

Please login to write comment.