Color Hex Logo

#fae919 Color Hex

#FAE919
(250,233,25)
0 Favorites   0 Comments

Color spaces of #fae919

RGB 25023325
HSL0.150.960.54
HSV55°90°98°
CMYK 0.000.070.90   0.02
XYZ68.738778.672012.4820
Yxy78.67200.42990.4920
Hunter Lab88.6972-16.886053.7444
CIE-Lab91.0857-12.771287.4741

#fae919 color RGB value is (250,233,25).

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

The process color (four color CMYK) of #fae919 color hex is 0.00, 0.07, 0.90, 0.02. Web safe color of #fae919 is #ffff00. Color #fae919 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00011001
Octal 372 351 31
Decimal 250 233 25
Hex FA E9 19

RGB Percentages of Color #fae919

%49.21
%45.87
%4.92

CMYK Percentages of Color #fae919

%0
%7
%90
%2

Triadic Colors of #fae919

#fae919 #19fae9 #e919fa

Analogous Colors of #fae919

#fae919 #9bfa19 #fa7919

Monochromatic Colors of #fae919

#fae919

Complementary Color

#fae919 #192afa

#fae919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae919 Color CSS Codes

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

#fae919 Text Font Color

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

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


#fae919 Background Color

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

This div background color is #fae919


#fae919 Border Color

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

This div border color is #fae919


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,233,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 #fae919">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae919


Comments

No comments written yet.

Please login to write comment.