Color Hex Logo

#faa977 Color Hex

#FAA977
(250,169,119)
0 Favorites   0 Comments

Color spaces of #faa977

RGB 250169119
HSL0.060.930.72
HSV23°52°98°
CMYK 0.000.320.52   0.02
XYZ56.942150.031824.1087
Yxy50.03180.43440.3817
Hunter Lab70.733219.914329.3048
CIE-Lab76.088824.569637.7786

#faa977 color RGB value is (250,169,119).

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

The process color (four color CMYK) of #faa977 color hex is 0.00, 0.32, 0.52, 0.02. Web safe color of #faa977 is #ff9966. Color #faa977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 01110111
Octal 372 251 167
Decimal 250 169 119
Hex FA A9 77

RGB Percentages of Color #faa977

%46.47
%31.41
%22.12

CMYK Percentages of Color #faa977

%0
%32
%52
%2

Triadic Colors of #faa977

#faa977 #77faa9 #a977fa

Analogous Colors of #faa977

#faa977 #faeb77 #fa7787

Monochromatic Colors of #faa977

#faa977

Complementary Color

#faa977 #77c8fa

#faa977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa977 Color CSS Codes

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

#faa977 Text Font Color

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

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


#faa977 Background Color

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

This div background color is #faa977


#faa977 Border Color

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

This div border color is #faa977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa977


Comments

No comments written yet.

Please login to write comment.