Color Hex Logo

#fca597 Color Hex

#FCA597
(252,165,151)
0 Favorites   0 Comments

Color spaces of #fca597

RGB 252165151
HSL0.020.940.79
HSV40°99°
CMYK 0.000.350.40   0.01
XYZ59.185949.840135.7788
Yxy49.84010.40870.3442
Hunter Lab70.597526.101019.3701
CIE-Lab75.971030.542520.5582

#fca597 color RGB value is (252,165,151).

#fca597 hex color red value is 252, green value is 165 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fca597 hue: 0.02 , saturation: 0.94 and the lightness value of fca597 is 0.79.

The process color (four color CMYK) of #fca597 color hex is 0.00, 0.35, 0.40, 0.01. Web safe color of #fca597 is #ff9999. Color #fca597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 10010111
Octal 374 245 227
Decimal 252 165 151
Hex FC A5 97

RGB Percentages of Color #fca597

%44.37
%29.05
%26.58

CMYK Percentages of Color #fca597

%0
%35
%40
%1

Triadic Colors of #fca597

#fca597 #97fca5 #a597fc

Analogous Colors of #fca597

#fca597 #fcd897 #fc97bc

Monochromatic Colors of #fca597

#fca597

Complementary Color

#fca597 #97eefc

#fca597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca597 Color CSS Codes

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

#fca597 Text Font Color

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

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


#fca597 Background Color

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

This div background color is #fca597


#fca597 Border Color

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

This div border color is #fca597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca597

Related Colors


Comments

No comments written yet.

Please login to write comment.