Color Hex Logo

#faa773 Color Hex

#FAA773
(250,167,115)
1 Favorites   0 Comments

Color spaces of #faa773

RGB 250167115
HSL0.060.930.72
HSV23°54°98°
CMYK 0.000.330.54   0.02
XYZ56.337649.199222.7467
Yxy49.19920.43920.3835
Hunter Lab70.142120.621029.8721
CIE-Lab75.575125.286939.2158

#faa773 color RGB value is (250,167,115).

#faa773 hex color red value is 250, green value is 167 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #faa773 hue: 0.06 , saturation: 0.93 and the lightness value of faa773 is 0.72.

The process color (four color CMYK) of #faa773 color hex is 0.00, 0.33, 0.54, 0.02. Web safe color of #faa773 is #ff9966. Color #faa773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 01110011
Octal 372 247 163
Decimal 250 167 115
Hex FA A7 73

RGB Percentages of Color #faa773

%46.99
%31.39
%21.62

CMYK Percentages of Color #faa773

%0
%33
%54
%2

Triadic Colors of #faa773

#faa773 #73faa7 #a773fa

Analogous Colors of #faa773

#faa773 #faeb73 #fa7383

Monochromatic Colors of #faa773

#faa773

Complementary Color

#faa773 #73c6fa

#faa773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa773 Color CSS Codes

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

#faa773 Text Font Color

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

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


#faa773 Background Color

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

This div background color is #faa773


#faa773 Border Color

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

This div border color is #faa773


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,167,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa773

#faa773 Color Palettes


Comments

No comments written yet.

Please login to write comment.