Color Hex Logo

#fca956 Color Hex

#FCA956
(252,169,86)
0 Favorites   0 Comments

Color spaces of #fca956

RGB 25216986
HSL0.080.970.66
HSV30°66°99°
CMYK 0.000.330.66   0.01
XYZ56.012649.743315.4533
Yxy49.74330.46210.4104
Hunter Lab70.528918.335336.3795
CIE-Lab75.911423.028054.1441

#fca956 color RGB value is (252,169,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01010110
Octal 374 251 126
Decimal 252 169 86
Hex FC A9 56

RGB Percentages of Color #fca956

%49.70
%33.33
%16.96

CMYK Percentages of Color #fca956

%0
%33
%66
%1

Triadic Colors of #fca956

#fca956 #56fca9 #a956fc

Analogous Colors of #fca956

#fca956 #fcfc56 #fc5656

Monochromatic Colors of #fca956

#fca956

Complementary Color

#fca956 #56a9fc

#fca956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca956 Color CSS Codes

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

#fca956 Text Font Color

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

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


#fca956 Background Color

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

This div background color is #fca956


#fca956 Border Color

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

This div border color is #fca956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca956

Related Colors


Comments

No comments written yet.

Please login to write comment.