Color Hex Logo

#faa775 Color Hex

#FAA775
(250,167,117)
1 Favorites   0 Comments

Color spaces of #faa775

RGB 250167117
HSL0.060.930.72
HSV23°53°98°
CMYK 0.000.330.53   0.02
XYZ56.453949.245823.3596
Yxy49.24580.43740.3816
Hunter Lab70.175420.790929.3866
CIE-Lab75.604025.451138.2092

#faa775 color RGB value is (250,167,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 01110101
Octal 372 247 165
Decimal 250 167 117
Hex FA A7 75

RGB Percentages of Color #faa775

%46.82
%31.27
%21.91

CMYK Percentages of Color #faa775

%0
%33
%53
%2

Triadic Colors of #faa775

#faa775 #75faa7 #a775fa

Analogous Colors of #faa775

#faa775 #faea75 #fa7586

Monochromatic Colors of #faa775

#faa775

Complementary Color

#faa775 #75c8fa

#faa775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa775 Color CSS Codes

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

#faa775 Text Font Color

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

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


#faa775 Background Color

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

This div background color is #faa775


#faa775 Border Color

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

This div border color is #faa775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa775


Comments

No comments written yet.

Please login to write comment.