Color Hex Logo

#fae02a Color Hex

#FAE02A
(250,224,42)
0 Favorites   0 Comments

Color spaces of #fae02a

RGB 25022442
HSL0.150.950.57
HSV53°83°98°
CMYK 0.000.100.83   0.02
XYZ66.497973.802512.9310
Yxy73.80250.43400.4816
Hunter Lab85.9084-12.170751.2115
CIE-Lab88.8291-7.975282.4321

#fae02a color RGB value is (250,224,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 00101010
Octal 372 340 52
Decimal 250 224 42
Hex FA E0 2A

RGB Percentages of Color #fae02a

%48.45
%43.41
%8.14

CMYK Percentages of Color #fae02a

%0
%10
%83
%2

Triadic Colors of #fae02a

#fae02a #2afae0 #e02afa

Analogous Colors of #fae02a

#fae02a #acfa2a #fa782a

Monochromatic Colors of #fae02a

#fae02a

Complementary Color

#fae02a #2a44fa

#fae02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae02a Color CSS Codes

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

#fae02a Text Font Color

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

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


#fae02a Background Color

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

This div background color is #fae02a


#fae02a Border Color

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

This div border color is #fae02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae02a


Comments

No comments written yet.

Please login to write comment.