Color Hex Logo

#fae45a Color Hex

#FAE45A
(250,228,90)
0 Favorites   0 Comments

Color spaces of #fae45a

RGB 25022890
HSL0.140.940.67
HSV52°64°98°
CMYK 0.000.090.64   0.02
XYZ69.013276.549020.8109
Yxy76.54900.41480.4601
Hunter Lab87.4923-12.312247.1419
CIE-Lab90.1136-7.984867.7489

#fae45a color RGB value is (250,228,90).

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

The process color (four color CMYK) of #fae45a color hex is 0.00, 0.09, 0.64, 0.02. Web safe color of #fae45a is #ffcc66. Color #fae45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 01011010
Octal 372 344 132
Decimal 250 228 90
Hex FA E4 5A

RGB Percentages of Color #fae45a

%44.01
%40.14
%15.85

CMYK Percentages of Color #fae45a

%0
%9
%64
%2

Triadic Colors of #fae45a

#fae45a #5afae4 #e45afa

Analogous Colors of #fae45a

#fae45a #c0fa5a #fa945a

Monochromatic Colors of #fae45a

#fae45a

Complementary Color

#fae45a #5a70fa

#fae45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae45a Color CSS Codes

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

#fae45a Text Font Color

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

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


#fae45a Background Color

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

This div background color is #fae45a


#fae45a Border Color

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

This div border color is #fae45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae45a


Comments

No comments written yet.

Please login to write comment.