Color Hex Logo

#fca05c Color Hex

#FCA05C
(252,160,92)
0 Favorites   0 Comments

Color spaces of #fca05c

RGB 25216092
HSL0.070.960.67
HSV26°63°99°
CMYK 0.000.370.63   0.01
XYZ54.647546.609816.2416
Yxy46.60980.46510.3967
Hunter Lab68.271423.404633.6850
CIE-Lab73.939528.094248.9996

#fca05c color RGB value is (252,160,92).

#fca05c hex color red value is 252, green value is 160 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fca05c hue: 0.07 , saturation: 0.96 and the lightness value of fca05c is 0.67.

The process color (four color CMYK) of #fca05c color hex is 0.00, 0.37, 0.63, 0.01. Web safe color of #fca05c is #ff9966. Color #fca05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01011100
Octal 374 240 134
Decimal 252 160 92
Hex FC A0 5C

RGB Percentages of Color #fca05c

%50.00
%31.75
%18.25

CMYK Percentages of Color #fca05c

%0
%37
%63
%1

Triadic Colors of #fca05c

#fca05c #5cfca0 #a05cfc

Analogous Colors of #fca05c

#fca05c #fcf05c #fc5c68

Monochromatic Colors of #fca05c

#fca05c

Complementary Color

#fca05c #5cb8fc

#fca05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca05c Color CSS Codes

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

#fca05c Text Font Color

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

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


#fca05c Background Color

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

This div background color is #fca05c


#fca05c Border Color

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

This div border color is #fca05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca05c


Comments

No comments written yet.

Please login to write comment.