Color Hex Logo

#faae4d Color Hex

#FAAE4D
(250,174,77)
0 Favorites   0 Comments

Color spaces of #faae4d

RGB 25017477
HSL0.090.950.64
HSV34°69°98°
CMYK 0.000.300.69   0.02
XYZ55.899951.131913.9444
Yxy51.13190.46210.4227
Hunter Lab71.506614.405038.4925
CIE-Lab76.758819.094059.1176

#faae4d color RGB value is (250,174,77).

#faae4d hex color red value is 250, green value is 174 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #faae4d hue: 0.09 , saturation: 0.95 and the lightness value of faae4d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 01001101
Octal 372 256 115
Decimal 250 174 77
Hex FA AE 4D

RGB Percentages of Color #faae4d

%49.90
%34.73
%15.37

CMYK Percentages of Color #faae4d

%0
%30
%69
%2

Triadic Colors of #faae4d

#faae4d #4dfaae #ae4dfa

Analogous Colors of #faae4d

#faae4d #f0fa4d #fa574d

Monochromatic Colors of #faae4d

#faae4d

Complementary Color

#faae4d #4d99fa

#faae4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae4d Color CSS Codes

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

#faae4d Text Font Color

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

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


#faae4d Background Color

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

This div background color is #faae4d


#faae4d Border Color

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

This div border color is #faae4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae4d


Comments

No comments written yet.

Please login to write comment.