Color Hex Logo

#fae119 Color Hex

#FAE119
(250,225,25)
0 Favorites   0 Comments

Color spaces of #fae119

RGB 25022525
HSL0.150.960.54
HSV53°90°98°
CMYK 0.000.100.90   0.02
XYZ66.525074.244611.7441
Yxy74.24460.43620.4868
Hunter Lab86.1653-12.976152.2346
CIE-Lab89.0380-8.815485.8971

#fae119 color RGB value is (250,225,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00011001
Octal 372 341 31
Decimal 250 225 25
Hex FA E1 19

RGB Percentages of Color #fae119

%50.00
%45.00
%5.00

CMYK Percentages of Color #fae119

%0
%10
%90
%2

Triadic Colors of #fae119

#fae119 #19fae1 #e119fa

Analogous Colors of #fae119

#fae119 #a3fa19 #fa7119

Monochromatic Colors of #fae119

#fae119

Complementary Color

#fae119 #1932fa

#fae119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae119 Color CSS Codes

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

#fae119 Text Font Color

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

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


#fae119 Background Color

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

This div background color is #fae119


#fae119 Border Color

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

This div border color is #fae119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae119


Comments

No comments written yet.

Please login to write comment.