Color Hex Logo

#fca499 Color Hex

#FCA499
(252,164,153)
0 Favorites   0 Comments

Color spaces of #fca499

RGB 252164153
HSL0.020.940.79
HSV39°99°
CMYK 0.000.350.39   0.01
XYZ59.170149.546336.5818
Yxy49.54630.40720.3410
Hunter Lab70.389126.868618.4589
CIE-Lab75.789931.285019.2211

#fca499 color RGB value is (252,164,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 10011001
Octal 374 244 231
Decimal 252 164 153
Hex FC A4 99

RGB Percentages of Color #fca499

%44.29
%28.82
%26.89

CMYK Percentages of Color #fca499

%0
%35
%39
%1

Triadic Colors of #fca499

#fca499 #99fca4 #a499fc

Analogous Colors of #fca499

#fca499 #fcd699 #fc99c0

Monochromatic Colors of #fca499

#fca499

Complementary Color

#fca499 #99f1fc

#fca499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca499 Color CSS Codes

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

#fca499 Text Font Color

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

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


#fca499 Background Color

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

This div background color is #fca499


#fca499 Border Color

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

This div border color is #fca499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca499


Comments

No comments written yet.

Please login to write comment.