Color Hex Logo

#fca447 Color Hex

#FCA447
(252,164,71)
0 Favorites   0 Comments

Color spaces of #fca447

RGB 25216471
HSL0.090.970.63
HSV31°72°99°
CMYK 0.000.350.72   0.01
XYZ54.557747.701312.2930
Yxy47.70130.47630.4164
Hunter Lab69.066120.137537.7933
CIE-Lab74.636124.863559.6057

#fca447 color RGB value is (252,164,71).

#fca447 hex color red value is 252, green value is 164 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fca447 hue: 0.09 , saturation: 0.97 and the lightness value of fca447 is 0.63.

The process color (four color CMYK) of #fca447 color hex is 0.00, 0.35, 0.72, 0.01. Web safe color of #fca447 is #ff9933. Color #fca447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01000111
Octal 374 244 107
Decimal 252 164 71
Hex FC A4 47

RGB Percentages of Color #fca447

%51.75
%33.68
%14.58

CMYK Percentages of Color #fca447

%0
%35
%72
%1

Triadic Colors of #fca447

#fca447 #47fca4 #a447fc

Analogous Colors of #fca447

#fca447 #fafc47 #fc4a47

Monochromatic Colors of #fca447

#fca447

Complementary Color

#fca447 #479ffc

#fca447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca447 Color CSS Codes

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

#fca447 Text Font Color

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

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


#fca447 Background Color

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

This div background color is #fca447


#fca447 Border Color

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

This div border color is #fca447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca447


Comments

No comments written yet.

Please login to write comment.