Color Hex Logo

#fae73e Color Hex

#FAE73E
(250,231,62)
0 Favorites   0 Comments

Color spaces of #fae73e

RGB 25023162
HSL0.150.950.61
HSV54°75°98°
CMYK 0.000.080.75   0.02
XYZ68.869877.823615.9491
Yxy77.82360.42340.4785
Hunter Lab88.2177-15.029551.0332
CIE-Lab90.6993-10.820978.5365

#fae73e color RGB value is (250,231,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00111110
Octal 372 347 76
Decimal 250 231 62
Hex FA E7 3E

RGB Percentages of Color #fae73e

%46.04
%42.54
%11.42

CMYK Percentages of Color #fae73e

%0
%8
%75
%2

Triadic Colors of #fae73e

#fae73e #3efae7 #e73efa

Analogous Colors of #fae73e

#fae73e #affa3e #fa893e

Monochromatic Colors of #fae73e

#fae73e

Complementary Color

#fae73e #3e51fa

#fae73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae73e Color CSS Codes

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

#fae73e Text Font Color

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

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


#fae73e Background Color

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

This div background color is #fae73e


#fae73e Border Color

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

This div border color is #fae73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae73e

Related Colors


Comments

No comments written yet.

Please login to write comment.