Color Hex Logo

#faaf5e Color Hex

#FAAF5E
(250,175,94)
0 Favorites   0 Comments

Color spaces of #faaf5e

RGB 25017594
HSL0.090.940.67
HSV31°62°98°
CMYK 0.000.300.62   0.02
XYZ56.774751.792117.5942
Yxy51.79210.45000.4105
Hunter Lab71.966714.877235.8817
CIE-Lab77.156419.554551.6796

#faaf5e color RGB value is (250,175,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 01011110
Octal 372 257 136
Decimal 250 175 94
Hex FA AF 5E

RGB Percentages of Color #faaf5e

%48.17
%33.72
%18.11

CMYK Percentages of Color #faaf5e

%0
%30
%62
%2

Triadic Colors of #faaf5e

#faaf5e #5efaaf #af5efa

Analogous Colors of #faaf5e

#faaf5e #f7fa5e #fa615e

Monochromatic Colors of #faaf5e

#faaf5e

Complementary Color

#faaf5e #5ea9fa

#faaf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf5e Color CSS Codes

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

#faaf5e Text Font Color

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

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


#faaf5e Background Color

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

This div background color is #faaf5e


#faaf5e Border Color

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

This div border color is #faaf5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,175,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 #faaf5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf5e


Comments

No comments written yet.

Please login to write comment.