Color Hex Logo

#fae510 Color Hex

#FAE510
(250,229,16)
0 Favorites   0 Comments

Color spaces of #fae510

RGB 25022916
HSL0.150.960.52
HSV55°94°98°
CMYK 0.000.080.94   0.02
XYZ67.537276.400011.6773
Yxy76.40000.43400.4910
Hunter Lab87.4071-15.040153.2640
CIE-Lab90.0447-10.914787.8138

#fae510 color RGB value is (250,229,16).

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

The process color (four color CMYK) of #fae510 color hex is 0.00, 0.08, 0.94, 0.02. Web safe color of #fae510 is #ffcc00. Color #fae510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 00010000
Octal 372 345 20
Decimal 250 229 16
Hex FA E5 10

RGB Percentages of Color #fae510

%50.51
%46.26
%3.23

CMYK Percentages of Color #fae510

%0
%8
%94
%2

Triadic Colors of #fae510

#fae510 #10fae5 #e510fa

Analogous Colors of #fae510

#fae510 #9afa10 #fa7010

Monochromatic Colors of #fae510

#fae510

Complementary Color

#fae510 #1025fa

#fae510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae510 Color CSS Codes

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

#fae510 Text Font Color

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

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


#fae510 Background Color

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

This div background color is #fae510


#fae510 Border Color

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

This div border color is #fae510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae510


Comments

No comments written yet.

Please login to write comment.