Color Hex Logo

#faae3a Color Hex

#FAAE3A
(250,174,58)
0 Favorites   0 Comments

Color spaces of #faae3a

RGB 25017458
HSL0.100.950.60
HSV36°77°98°
CMYK 0.000.300.77   0.02
XYZ55.324150.901610.9121
Yxy50.90160.47230.4345
Hunter Lab71.345413.561840.8735
CIE-Lab76.619418.251866.7892

#faae3a color RGB value is (250,174,58).

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

The process color (four color CMYK) of #faae3a color hex is 0.00, 0.30, 0.77, 0.02. Web safe color of #faae3a is #ff9933. Color #faae3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 00111010
Octal 372 256 72
Decimal 250 174 58
Hex FA AE 3A

RGB Percentages of Color #faae3a

%51.87
%36.10
%12.03

CMYK Percentages of Color #faae3a

%0
%30
%77
%2

Triadic Colors of #faae3a

#faae3a #3afaae #ae3afa

Analogous Colors of #faae3a

#faae3a #e6fa3a #fa4e3a

Monochromatic Colors of #faae3a

#faae3a

Complementary Color

#faae3a #3a86fa

#faae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae3a Color CSS Codes

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

#faae3a Text Font Color

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

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


#faae3a Background Color

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

This div background color is #faae3a


#faae3a Border Color

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

This div border color is #faae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae3a


Comments

No comments written yet.

Please login to write comment.