Color Hex Logo

#fca971 Color Hex

#FCA971
(252,169,113)
0 Favorites   0 Comments

Color spaces of #fca971

RGB 252169113
HSL0.070.960.72
HSV24°55°99°
CMYK 0.000.330.55   0.01
XYZ57.313550.263622.3039
Yxy50.26360.44130.3870
Hunter Lab70.896820.231230.9753
CIE-Lab76.230824.872041.1214

#fca971 color RGB value is (252,169,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01110001
Octal 374 251 161
Decimal 252 169 113
Hex FC A9 71

RGB Percentages of Color #fca971

%47.19
%31.65
%21.16

CMYK Percentages of Color #fca971

%0
%33
%55
%1

Triadic Colors of #fca971

#fca971 #71fca9 #a971fc

Analogous Colors of #fca971

#fca971 #fcef71 #fc717f

Monochromatic Colors of #fca971

#fca971

Complementary Color

#fca971 #71c4fc

#fca971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca971 Color CSS Codes

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

#fca971 Text Font Color

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

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


#fca971 Background Color

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

This div background color is #fca971


#fca971 Border Color

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

This div border color is #fca971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca971


Comments

No comments written yet.

Please login to write comment.