Color Hex Logo

#fae03e Color Hex

#FAE03E
(250,224,62)
0 Favorites   0 Comments

Color spaces of #fae03e

RGB 25022462
HSL0.140.950.61
HSV52°75°98°
CMYK 0.000.100.75   0.02
XYZ66.949573.983115.3090
Yxy73.98310.42850.4735
Hunter Lab86.0134-11.586149.6567
CIE-Lab88.9145-7.341076.8889

#fae03e color RGB value is (250,224,62).

#fae03e hex color red value is 250, green value is 224 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fae03e hue: 0.14 , saturation: 0.95 and the lightness value of fae03e is 0.61.

The process color (four color CMYK) of #fae03e color hex is 0.00, 0.10, 0.75, 0.02. Web safe color of #fae03e is #ffcc33. Color #fae03e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 00111110
Octal 372 340 76
Decimal 250 224 62
Hex FA E0 3E

RGB Percentages of Color #fae03e

%46.64
%41.79
%11.57

CMYK Percentages of Color #fae03e

%0
%10
%75
%2

Triadic Colors of #fae03e

#fae03e #3efae0 #e03efa

Analogous Colors of #fae03e

#fae03e #b6fa3e #fa823e

Monochromatic Colors of #fae03e

#fae03e

Complementary Color

#fae03e #3e58fa

#fae03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae03e Color CSS Codes

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

#fae03e Text Font Color

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

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


#fae03e Background Color

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

This div background color is #fae03e


#fae03e Border Color

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

This div border color is #fae03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae03e


Comments

No comments written yet.

Please login to write comment.