Color Hex Logo

#fca96d Color Hex

#FCA96D
(252,169,109)
0 Favorites   0 Comments

Color spaces of #fca96d

RGB 252169109
HSL0.070.960.71
HSV25°57°99°
CMYK 0.000.330.57   0.01
XYZ57.093250.175521.1437
Yxy50.17550.44460.3907
Hunter Lab70.834719.911531.8866
CIE-Lab76.176924.562543.1092

#fca96d color RGB value is (252,169,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01101101
Octal 374 251 155
Decimal 252 169 109
Hex FC A9 6D

RGB Percentages of Color #fca96d

%47.55
%31.89
%20.57

CMYK Percentages of Color #fca96d

%0
%33
%57
%1

Triadic Colors of #fca96d

#fca96d #6dfca9 #a96dfc

Analogous Colors of #fca96d

#fca96d #fcf16d #fc6d79

Monochromatic Colors of #fca96d

#fca96d

Complementary Color

#fca96d #6dc0fc

#fca96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca96d Color CSS Codes

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

#fca96d Text Font Color

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

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


#fca96d Background Color

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

This div background color is #fca96d


#fca96d Border Color

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

This div border color is #fca96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca96d


Comments

No comments written yet.

Please login to write comment.