Color Hex Logo

#fae749 Color Hex

#FAE749
(250,231,73)
0 Favorites   0 Comments

Color spaces of #fae749

RGB 25023173
HSL0.150.950.63
HSV54°71°98°
CMYK 0.000.080.71   0.02
XYZ69.202977.956917.7031
Yxy77.95690.41980.4729
Hunter Lab88.2932-14.607549.9174
CIE-Lab90.7602-10.360574.9103

#fae749 color RGB value is (250,231,73).

#fae749 hex color red value is 250, green value is 231 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fae749 hue: 0.15 , saturation: 0.95 and the lightness value of fae749 is 0.63.

The process color (four color CMYK) of #fae749 color hex is 0.00, 0.08, 0.71, 0.02. Web safe color of #fae749 is #ffff33. Color #fae749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01001001
Octal 372 347 111
Decimal 250 231 73
Hex FA E7 49

RGB Percentages of Color #fae749

%45.13
%41.70
%13.18

CMYK Percentages of Color #fae749

%0
%8
%71
%2

Triadic Colors of #fae749

#fae749 #49fae7 #e749fa

Analogous Colors of #fae749

#fae749 #b5fa49 #fa8f49

Monochromatic Colors of #fae749

#fae749

Complementary Color

#fae749 #495cfa

#fae749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae749 Color CSS Codes

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

#fae749 Text Font Color

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

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


#fae749 Background Color

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

This div background color is #fae749


#fae749 Border Color

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

This div border color is #fae749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae749

Related Colors


Comments

No comments written yet.

Please login to write comment.