Color Hex Logo

#faa85e Color Hex

#FAA85E
(250,168,94)
0 Favorites   0 Comments

Color spaces of #faa85e

RGB 25016894
HSL0.080.940.67
HSV28°62°98°
CMYK 0.000.330.62   0.02
XYZ55.447449.137417.1517
Yxy49.13740.45550.4036
Hunter Lab70.098118.521434.5615
CIE-Lab75.536723.228349.8082

#faa85e color RGB value is (250,168,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 01011110
Octal 372 250 136
Decimal 250 168 94
Hex FA A8 5E

RGB Percentages of Color #faa85e

%48.83
%32.81
%18.36

CMYK Percentages of Color #faa85e

%0
%33
%62
%2

Triadic Colors of #faa85e

#faa85e #5efaa8 #a85efa

Analogous Colors of #faa85e

#faa85e #faf65e #fa5e62

Monochromatic Colors of #faa85e

#faa85e

Complementary Color

#faa85e #5eb0fa

#faa85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa85e Color CSS Codes

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

#faa85e Text Font Color

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

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


#faa85e Background Color

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

This div background color is #faa85e


#faa85e Border Color

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

This div border color is #faa85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa85e

Related Colors


Comments

No comments written yet.

Please login to write comment.