Color Hex Logo

#fca57e Color Hex

#FCA57E
(252,165,126)
0 Favorites   0 Comments

Color spaces of #fca57e

RGB 252165126
HSL0.050.950.74
HSV19°50°99°
CMYK 0.000.350.50   0.01
XYZ57.365949.112126.1947
Yxy49.11210.43240.3702
Hunter Lab70.080023.476026.8944
CIE-Lab75.521028.060033.4061

#fca57e color RGB value is (252,165,126).

#fca57e hex color red value is 252, green value is 165 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fca57e hue: 0.05 , saturation: 0.95 and the lightness value of fca57e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 01111110
Octal 374 245 176
Decimal 252 165 126
Hex FC A5 7E

RGB Percentages of Color #fca57e

%46.41
%30.39
%23.20

CMYK Percentages of Color #fca57e

%0
%35
%50
%1

Triadic Colors of #fca57e

#fca57e #7efca5 #a57efc

Analogous Colors of #fca57e

#fca57e #fce47e #fc7e96

Monochromatic Colors of #fca57e

#fca57e

Complementary Color

#fca57e #7ed5fc

#fca57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca57e Color CSS Codes

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

#fca57e Text Font Color

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

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


#fca57e Background Color

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

This div background color is #fca57e


#fca57e Border Color

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

This div border color is #fca57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca57e


Comments

No comments written yet.

Please login to write comment.