Color Hex Logo

#fca047 Color Hex

#FCA047
(252,160,71)
0 Favorites   0 Comments

Color spaces of #fca047

RGB 25216071
HSL0.080.970.63
HSV30°72°99°
CMYK 0.000.370.72   0.01
XYZ53.853046.292012.0581
Yxy46.29200.48000.4126
Hunter Lab68.038222.217837.1191
CIE-Lab73.734626.952658.6710

#fca047 color RGB value is (252,160,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01000111
Octal 374 240 107
Decimal 252 160 71
Hex FC A0 47

RGB Percentages of Color #fca047

%52.17
%33.13
%14.70

CMYK Percentages of Color #fca047

%0
%37
%72
%1

Triadic Colors of #fca047

#fca047 #47fca0 #a047fc

Analogous Colors of #fca047

#fca047 #fcfb47 #fc4748

Monochromatic Colors of #fca047

#fca047

Complementary Color

#fca047 #47a3fc

#fca047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca047 Color CSS Codes

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

#fca047 Text Font Color

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

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


#fca047 Background Color

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

This div background color is #fca047


#fca047 Border Color

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

This div border color is #fca047


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,160,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 #fca047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca047


Comments

No comments written yet.

Please login to write comment.