Color Hex Logo

#fca951 Color Hex

#FCA951
(252,169,81)
0 Favorites   0 Comments

Color spaces of #fca951

RGB 25216981
HSL0.090.970.65
HSV31°68°99°
CMYK 0.000.330.68   0.01
XYZ55.818149.665514.4290
Yxy49.66550.46550.4142
Hunter Lab70.473818.050237.1924
CIE-Lab75.863522.748856.4193

#fca951 color RGB value is (252,169,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01010001
Octal 374 251 121
Decimal 252 169 81
Hex FC A9 51

RGB Percentages of Color #fca951

%50.20
%33.67
%16.14

CMYK Percentages of Color #fca951

%0
%33
%68
%1

Triadic Colors of #fca951

#fca951 #51fca9 #a951fc

Analogous Colors of #fca951

#fca951 #fafc51 #fc5351

Monochromatic Colors of #fca951

#fca951

Complementary Color

#fca951 #51a4fc

#fca951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca951 Color CSS Codes

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

#fca951 Text Font Color

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

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


#fca951 Background Color

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

This div background color is #fca951


#fca951 Border Color

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

This div border color is #fca951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca951


Comments

No comments written yet.

Please login to write comment.