Color Hex Logo

#fca973 Color Hex

#FCA973
(252,169,115)
0 Favorites   0 Comments

Color spaces of #fca973

RGB 252169115
HSL0.070.960.72
HSV24°54°99°
CMYK 0.000.330.54   0.01
XYZ57.427450.309222.9035
Yxy50.30920.43960.3851
Hunter Lab70.929020.396230.5051
CIE-Lab76.258725.031440.1223

#fca973 color RGB value is (252,169,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01110011
Octal 374 251 163
Decimal 252 169 115
Hex FC A9 73

RGB Percentages of Color #fca973

%47.01
%31.53
%21.46

CMYK Percentages of Color #fca973

%0
%33
%54
%1

Triadic Colors of #fca973

#fca973 #73fca9 #a973fc

Analogous Colors of #fca973

#fca973 #fcee73 #fc7382

Monochromatic Colors of #fca973

#fca973

Complementary Color

#fca973 #73c6fc

#fca973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca973 Color CSS Codes

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

#fca973 Text Font Color

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

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


#fca973 Background Color

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

This div background color is #fca973


#fca973 Border Color

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

This div border color is #fca973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca973


Comments

No comments written yet.

Please login to write comment.