Color Hex Logo

#faee2a Color Hex

#FAEE2A
(250,238,42)
0 Favorites   0 Comments

Color spaces of #faee2a

RGB 25023842
HSL0.160.950.57
HSV57°83°98°
CMYK 0.000.050.83   0.02
XYZ70.416881.640214.2373
Yxy81.64020.42340.4909
Hunter Lab90.3550-19.009953.9061
CIE-Lab92.4158-14.881885.4114

#faee2a color RGB value is (250,238,42).

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

The process color (four color CMYK) of #faee2a color hex is 0.00, 0.05, 0.83, 0.02. Web safe color of #faee2a is #ffff33. Color #faee2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 00101010
Octal 372 356 52
Decimal 250 238 42
Hex FA EE 2A

RGB Percentages of Color #faee2a

%47.17
%44.91
%7.92

CMYK Percentages of Color #faee2a

%0
%5
%83
%2

Triadic Colors of #faee2a

#faee2a #2afaee #ee2afa

Analogous Colors of #faee2a

#faee2a #9efa2a #fa862a

Monochromatic Colors of #faee2a

#faee2a

Complementary Color

#faee2a #2a36fa

#faee2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee2a Color CSS Codes

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

#faee2a Text Font Color

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

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


#faee2a Background Color

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

This div background color is #faee2a


#faee2a Border Color

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

This div border color is #faee2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee2a

Related Colors

#faee2a Color Palettes


Comments

No comments written yet.

Please login to write comment.