Color Hex Logo

#fae401 Color Hex

#FAE401
(250,228,1)
0 Favorites   0 Comments

Color spaces of #fae401

RGB 2502281
HSL0.150.990.49
HSV55°100°98°
CMYK 0.000.091.00   0.02
XYZ67.173275.813011.1217
Yxy75.81300.43590.4919
Hunter Lab87.0707-14.664653.3762
CIE-Lab89.7724-10.544188.8759

#fae401 color RGB value is (250,228,1).

#fae401 hex color red value is 250, green value is 228 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fae401 hue: 0.15 , saturation: 0.99 and the lightness value of fae401 is 0.49.

The process color (four color CMYK) of #fae401 color hex is 0.00, 0.09, 1.00, 0.02. Web safe color of #fae401 is #ffcc00. Color #fae401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00000001
Octal 372 344 1
Decimal 250 228 1
Hex FA E4 1

RGB Percentages of Color #fae401

%52.19
%47.60
%0.21

CMYK Percentages of Color #fae401

%0
%9
%100
%2

Triadic Colors of #fae401

#fae401 #01fae4 #e401fa

Analogous Colors of #fae401

#fae401 #94fa01 #fa6801

Monochromatic Colors of #fae401

#fae401

Complementary Color

#fae401 #0117fa

#fae401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae401 Color CSS Codes

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

#fae401 Text Font Color

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

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


#fae401 Background Color

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

This div background color is #fae401


#fae401 Border Color

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

This div border color is #fae401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae401


Comments

No comments written yet.

Please login to write comment.