Color Hex Logo

#fca079 Color Hex

#FCA079
(252,160,121)
0 Favorites   0 Comments

Color spaces of #fca079

RGB 252160121
HSL0.050.960.73
HSV18°52°99°
CMYK 0.000.370.52   0.01
XYZ56.166947.217524.2427
Yxy47.21750.44010.3700
Hunter Lab68.715025.652827.1829
CIE-Lab74.328730.234734.5202

#fca079 color RGB value is (252,160,121).

#fca079 hex color red value is 252, green value is 160 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fca079 hue: 0.05 , saturation: 0.96 and the lightness value of fca079 is 0.73.

The process color (four color CMYK) of #fca079 color hex is 0.00, 0.37, 0.52, 0.01. Web safe color of #fca079 is #ff9966. Color #fca079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01111001
Octal 374 240 171
Decimal 252 160 121
Hex FC A0 79

RGB Percentages of Color #fca079

%47.28
%30.02
%22.70

CMYK Percentages of Color #fca079

%0
%37
%52
%1

Triadic Colors of #fca079

#fca079 #79fca0 #a079fc

Analogous Colors of #fca079

#fca079 #fce279 #fc7994

Monochromatic Colors of #fca079

#fca079

Complementary Color

#fca079 #79d5fc

#fca079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca079 Color CSS Codes

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

#fca079 Text Font Color

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

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


#fca079 Background Color

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

This div background color is #fca079


#fca079 Border Color

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

This div border color is #fca079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca079

Related Colors


Comments

No comments written yet.

Please login to write comment.