Color Hex Logo

#faa854 Color Hex

#FAA854
(250,168,84)
0 Favorites   0 Comments

Color spaces of #faa854

RGB 25016884
HSL0.080.940.65
HSV30°66°98°
CMYK 0.000.330.66   0.02
XYZ55.027248.969414.9393
Yxy48.96940.46270.4117
Hunter Lab69.978117.901536.3272
CIE-Lab75.432322.620454.4877

#faa854 color RGB value is (250,168,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 01010100
Octal 372 250 124
Decimal 250 168 84
Hex FA A8 54

RGB Percentages of Color #faa854

%49.80
%33.47
%16.73

CMYK Percentages of Color #faa854

%0
%33
%66
%2

Triadic Colors of #faa854

#faa854 #54faa8 #a854fa

Analogous Colors of #faa854

#faa854 #f9fa54 #fa5554

Monochromatic Colors of #faa854

#faa854

Complementary Color

#faa854 #54a6fa

#faa854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa854 Color CSS Codes

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

#faa854 Text Font Color

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

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


#faa854 Background Color

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

This div background color is #faa854


#faa854 Border Color

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

This div border color is #faa854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa854

Related Colors


Comments

No comments written yet.

Please login to write comment.