Color Hex Logo

#faea3e Color Hex

#FAEA3E
(250,234,62)
0 Favorites   0 Comments

Color spaces of #faea3e

RGB 25023462
HSL0.150.950.61
HSV55°75°98°
CMYK 0.000.060.75   0.02
XYZ69.716779.517416.2314
Yxy79.51740.42130.4806
Hunter Lab89.1725-16.497451.6287
CIE-Lab91.4679-12.300279.2432

#faea3e color RGB value is (250,234,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00111110
Octal 372 352 76
Decimal 250 234 62
Hex FA EA 3E

RGB Percentages of Color #faea3e

%45.79
%42.86
%11.36

CMYK Percentages of Color #faea3e

%0
%6
%75
%2

Triadic Colors of #faea3e

#faea3e #3efaea #ea3efa

Analogous Colors of #faea3e

#faea3e #acfa3e #fa8c3e

Monochromatic Colors of #faea3e

#faea3e

Complementary Color

#faea3e #3e4efa

#faea3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea3e Color CSS Codes

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

#faea3e Text Font Color

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

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


#faea3e Background Color

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

This div background color is #faea3e


#faea3e Border Color

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

This div border color is #faea3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea3e


Comments

No comments written yet.

Please login to write comment.