Color Hex Logo

#faec2a Color Hex

#FAEC2A
(250,236,42)
0 Favorites   0 Comments

Color spaces of #faec2a

RGB 25023642
HSL0.160.950.57
HSV56°83°98°
CMYK 0.000.060.83   0.02
XYZ69.837780.482114.0442
Yxy80.48210.42490.4897
Hunter Lab89.7118-18.039353.5165
CIE-Lab91.9007-13.905284.9844

#faec2a color RGB value is (250,236,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 00101010
Octal 372 354 52
Decimal 250 236 42
Hex FA EC 2A

RGB Percentages of Color #faec2a

%47.35
%44.70
%7.95

CMYK Percentages of Color #faec2a

%0
%6
%83
%2

Triadic Colors of #faec2a

#faec2a #2afaec #ec2afa

Analogous Colors of #faec2a

#faec2a #a0fa2a #fa842a

Monochromatic Colors of #faec2a

#faec2a

Complementary Color

#faec2a #2a38fa

#faec2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec2a Color CSS Codes

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

#faec2a Text Font Color

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

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


#faec2a Background Color

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

This div background color is #faec2a


#faec2a Border Color

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

This div border color is #faec2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec2a


Comments

No comments written yet.

Please login to write comment.