Color Hex Logo

#fca356 Color Hex

#FCA356
(252,163,86)
0 Favorites   0 Comments

Color spaces of #fca356

RGB 25216386
HSL0.080.970.66
HSV28°66°99°
CMYK 0.000.350.66   0.01
XYZ54.921847.561715.0897
Yxy47.56170.46710.4045
Hunter Lab68.965021.463735.3027
CIE-Lab74.547626.167352.6174

#fca356 color RGB value is (252,163,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01010110
Octal 374 243 126
Decimal 252 163 86
Hex FC A3 56

RGB Percentages of Color #fca356

%50.30
%32.53
%17.17

CMYK Percentages of Color #fca356

%0
%35
%66
%1

Triadic Colors of #fca356

#fca356 #56fca3 #a356fc

Analogous Colors of #fca356

#fca356 #fcf656 #fc565c

Monochromatic Colors of #fca356

#fca356

Complementary Color

#fca356 #56affc

#fca356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca356 Color CSS Codes

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

#fca356 Text Font Color

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

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


#fca356 Background Color

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

This div background color is #fca356


#fca356 Border Color

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

This div border color is #fca356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca356


Comments

No comments written yet.

Please login to write comment.