Color Hex Logo

#faa77b Color Hex

#FAA77B
(250,167,123)
1 Favorites   0 Comments

Color spaces of #faa77b

RGB 250167123
HSL0.060.930.73
HSV21°51°98°
CMYK 0.000.330.51   0.02
XYZ56.818249.391525.2778
Yxy49.39150.43210.3756
Hunter Lab70.279121.322627.8701
CIE-Lab75.694225.964335.1734

#faa77b color RGB value is (250,167,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 01111011
Octal 372 247 173
Decimal 250 167 123
Hex FA A7 7B

RGB Percentages of Color #faa77b

%46.30
%30.93
%22.78

CMYK Percentages of Color #faa77b

%0
%33
%51
%2

Triadic Colors of #faa77b

#faa77b #7bfaa7 #a77bfa

Analogous Colors of #faa77b

#faa77b #fae77b #fa7b8f

Monochromatic Colors of #faa77b

#faa77b

Complementary Color

#faa77b #7bcefa

#faa77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa77b Color CSS Codes

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

#faa77b Text Font Color

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

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


#faa77b Background Color

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

This div background color is #faa77b


#faa77b Border Color

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

This div border color is #faa77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa77b

Related Colors

#faa77b Color Palettes


Comments

No comments written yet.

Please login to write comment.