Color Hex Logo

#fae71f Color Hex

#FAE71F
(250,231,31)
0 Favorites   0 Comments

Color spaces of #fae71f

RGB 25023131
HSL0.150.960.55
HSV55°88°98°
CMYK 0.000.080.88   0.02
XYZ68.247677.574812.6727
Yxy77.57480.43060.4894
Hunter Lab88.0766-15.820353.1228
CIE-Lab90.5855-11.686886.1195

#fae71f color RGB value is (250,231,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00011111
Octal 372 347 37
Decimal 250 231 31
Hex FA E7 1F

RGB Percentages of Color #fae71f

%48.83
%45.12
%6.05

CMYK Percentages of Color #fae71f

%0
%8
%88
%2

Triadic Colors of #fae71f

#fae71f #1ffae7 #e71ffa

Analogous Colors of #fae71f

#fae71f #a0fa1f #fa7a1f

Monochromatic Colors of #fae71f

#fae71f

Complementary Color

#fae71f #1f32fa

#fae71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae71f Color CSS Codes

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

#fae71f Text Font Color

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

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


#fae71f Background Color

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

This div background color is #fae71f


#fae71f Border Color

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

This div border color is #fae71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae71f

Related Colors


Comments

No comments written yet.

Please login to write comment.