Color Hex Logo

#faa747 Color Hex

#FAA747
(250,167,71)
0 Favorites   0 Comments

Color spaces of #faa747

RGB 25016771
HSL0.090.950.63
HSV32°72°98°
CMYK 0.000.330.72   0.02
XYZ54.380448.416412.4404
Yxy48.41640.47190.4201
Hunter Lab69.581917.734938.1070
CIE-Lab75.086822.470459.9979

#faa747 color RGB value is (250,167,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 01000111
Octal 372 247 107
Decimal 250 167 71
Hex FA A7 47

RGB Percentages of Color #faa747

%51.23
%34.22
%14.55

CMYK Percentages of Color #faa747

%0
%33
%72
%2

Triadic Colors of #faa747

#faa747 #47faa7 #a747fa

Analogous Colors of #faa747

#faa747 #f4fa47 #fa4e47

Monochromatic Colors of #faa747

#faa747

Complementary Color

#faa747 #479afa

#faa747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa747 Color CSS Codes

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

#faa747 Text Font Color

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

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


#faa747 Background Color

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

This div background color is #faa747


#faa747 Border Color

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

This div border color is #faa747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa747


Comments

No comments written yet.

Please login to write comment.