Color Hex Logo

#fae319 Color Hex

#FAE319
(250,227,25)
0 Favorites   0 Comments

Color spaces of #fae319

RGB 25022725
HSL0.150.960.54
HSV54°90°98°
CMYK 0.000.090.90   0.02
XYZ67.068975.332411.9254
Yxy75.33240.43460.4881
Hunter Lab86.7942-13.956852.6096
CIE-Lab89.5485-9.809386.2899

#fae319 color RGB value is (250,227,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00011001
Octal 372 343 31
Decimal 250 227 25
Hex FA E3 19

RGB Percentages of Color #fae319

%49.80
%45.22
%4.98

CMYK Percentages of Color #fae319

%0
%9
%90
%2

Triadic Colors of #fae319

#fae319 #19fae3 #e319fa

Analogous Colors of #fae319

#fae319 #a1fa19 #fa7319

Monochromatic Colors of #fae319

#fae319

Complementary Color

#fae319 #1930fa

#fae319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae319 Color CSS Codes

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

#fae319 Text Font Color

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

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


#fae319 Background Color

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

This div background color is #fae319


#fae319 Border Color

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

This div border color is #fae319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae319

Related Colors


Comments

No comments written yet.

Please login to write comment.