Color Hex Logo

#fca947 Color Hex

#FCA947
(252,169,71)
0 Favorites   0 Comments

Color spaces of #fca947

RGB 25216971
HSL0.090.970.63
HSV32°72°99°
CMYK 0.000.330.72   0.01
XYZ55.470249.526312.5972
Yxy49.52630.47170.4212
Hunter Lab70.374917.539338.6495
CIE-Lab75.777622.247460.7828

#fca947 color RGB value is (252,169,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01000111
Octal 374 251 107
Decimal 252 169 71
Hex FC A9 47

RGB Percentages of Color #fca947

%51.22
%34.35
%14.43

CMYK Percentages of Color #fca947

%0
%33
%72
%1

Triadic Colors of #fca947

#fca947 #47fca9 #a947fc

Analogous Colors of #fca947

#fca947 #f5fc47 #fc4f47

Monochromatic Colors of #fca947

#fca947

Complementary Color

#fca947 #479afc

#fca947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca947 Color CSS Codes

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

#fca947 Text Font Color

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

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


#fca947 Background Color

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

This div background color is #fca947


#fca947 Border Color

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

This div border color is #fca947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca947


Comments

No comments written yet.

Please login to write comment.