Color Hex Logo

#faa94f Color Hex

#FAA94F
(250,169,79)
0 Favorites   0 Comments

Color spaces of #faa94f

RGB 25016979
HSL0.090.940.65
HSV32°68°98°
CMYK 0.000.320.68   0.02
XYZ55.023649.264414.0061
Yxy49.26440.46510.4165
Hunter Lab70.188617.103137.3007
CIE-Lab75.615521.821556.9979

#faa94f color RGB value is (250,169,79).

#faa94f hex color red value is 250, green value is 169 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #faa94f hue: 0.09 , saturation: 0.94 and the lightness value of faa94f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 01001111
Octal 372 251 117
Decimal 250 169 79
Hex FA A9 4F

RGB Percentages of Color #faa94f

%50.20
%33.94
%15.86

CMYK Percentages of Color #faa94f

%0
%32
%68
%2

Triadic Colors of #faa94f

#faa94f #4ffaa9 #a94ffa

Analogous Colors of #faa94f

#faa94f #f6fa4f #fa534f

Monochromatic Colors of #faa94f

#faa94f

Complementary Color

#faa94f #4fa0fa

#faa94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa94f Color CSS Codes

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

#faa94f Text Font Color

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

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


#faa94f Background Color

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

This div background color is #faa94f


#faa94f Border Color

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

This div border color is #faa94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa94f


Comments

No comments written yet.

Please login to write comment.