Color Hex Logo

#faea2f Color Hex

#FAEA2F
(250,234,47)
0 Favorites   0 Comments

Color spaces of #faea2f

RGB 25023447
HSL0.150.950.58
HSV55°81°98°
CMYK 0.000.060.81   0.02
XYZ69.360279.374914.3545
Yxy79.37490.42530.4867
Hunter Lab89.0926-16.946552.8121
CIE-Lab91.4037-12.793383.3885

#faea2f color RGB value is (250,234,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00101111
Octal 372 352 57
Decimal 250 234 47
Hex FA EA 2F

RGB Percentages of Color #faea2f

%47.08
%44.07
%8.85

CMYK Percentages of Color #faea2f

%0
%6
%81
%2

Triadic Colors of #faea2f

#faea2f #2ffaea #ea2ffa

Analogous Colors of #faea2f

#faea2f #a5fa2f #fa852f

Monochromatic Colors of #faea2f

#faea2f

Complementary Color

#faea2f #2f3ffa

#faea2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea2f Color CSS Codes

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

#faea2f Text Font Color

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

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


#faea2f Background Color

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

This div background color is #faea2f


#faea2f Border Color

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

This div border color is #faea2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea2f


Comments

No comments written yet.

Please login to write comment.