Color Hex Logo

#fae419 Color Hex

#FAE419
(250,228,25)
0 Favorites   0 Comments

Color spaces of #fae419

RGB 25022825
HSL0.150.960.54
HSV54°90°98°
CMYK 0.000.090.90   0.02
XYZ67.343275.881012.0168
Yxy75.88100.43380.4888
Hunter Lab87.1097-14.446352.7977
CIE-Lab89.8041-10.305086.4867

#fae419 color RGB value is (250,228,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00011001
Octal 372 344 31
Decimal 250 228 25
Hex FA E4 19

RGB Percentages of Color #fae419

%49.70
%45.33
%4.97

CMYK Percentages of Color #fae419

%0
%9
%90
%2

Triadic Colors of #fae419

#fae419 #19fae4 #e419fa

Analogous Colors of #fae419

#fae419 #a0fa19 #fa7419

Monochromatic Colors of #fae419

#fae419

Complementary Color

#fae419 #192ffa

#fae419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae419 Color CSS Codes

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

#fae419 Text Font Color

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

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


#fae419 Background Color

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

This div background color is #fae419


#fae419 Border Color

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

This div border color is #fae419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae419


Comments

No comments written yet.

Please login to write comment.