Color Hex Logo

#fae75f Color Hex

#FAE75F
(250,231,95)
0 Favorites   0 Comments

Color spaces of #fae75f

RGB 25023195
HSL0.150.940.68
HSV53°62°98°
CMYK 0.000.080.62   0.02
XYZ70.065878.302022.2474
Yxy78.30200.41070.4589
Hunter Lab88.4884-13.517147.0354
CIE-Lab90.9175-9.176666.5430

#fae75f color RGB value is (250,231,95).

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

The process color (four color CMYK) of #fae75f color hex is 0.00, 0.08, 0.62, 0.02. Web safe color of #fae75f is #ffff66. Color #fae75f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01011111
Octal 372 347 137
Decimal 250 231 95
Hex FA E7 5F

RGB Percentages of Color #fae75f

%43.40
%40.10
%16.49

CMYK Percentages of Color #fae75f

%0
%8
%62
%2

Triadic Colors of #fae75f

#fae75f #5ffae7 #e75ffa

Analogous Colors of #fae75f

#fae75f #c0fa5f #fa9a5f

Monochromatic Colors of #fae75f

#fae75f

Complementary Color

#fae75f #5f72fa

#fae75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae75f Color CSS Codes

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

#fae75f Text Font Color

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

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


#fae75f Background Color

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

This div background color is #fae75f


#fae75f Border Color

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

This div border color is #fae75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae75f

Related Colors


Comments

No comments written yet.

Please login to write comment.