Color Hex Logo

#fea57a Color Hex

#FEA57A
(254,165,122)
0 Favorites   0 Comments

Color spaces of #fea57a

RGB 254165122
HSL0.050.990.74
HSV20°52°100°
CMYK 0.000.350.52   0.00
XYZ57.841049.386224.8963
Yxy49.38620.43780.3738
Hunter Lab70.275323.934928.1882
CIE-Lab75.691028.490735.7892

#fea57a color RGB value is (254,165,122).

#fea57a hex color red value is 254, green value is 165 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fea57a hue: 0.05 , saturation: 0.99 and the lightness value of fea57a is 0.74.

The process color (four color CMYK) of #fea57a color hex is 0.00, 0.35, 0.52, 0.00. Web safe color of #fea57a is #ff9966. Color #fea57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01111010
Octal 376 245 172
Decimal 254 165 122
Hex FE A5 7A

RGB Percentages of Color #fea57a

%46.95
%30.50
%22.55

CMYK Percentages of Color #fea57a

%0
%35
%52
%0

Triadic Colors of #fea57a

#fea57a #7afea5 #a57afe

Analogous Colors of #fea57a

#fea57a #fee77a #fe7a91

Monochromatic Colors of #fea57a

#fea57a

Complementary Color

#fea57a #7ad3fe

#fea57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea57a Color CSS Codes

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

#fea57a Text Font Color

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

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


#fea57a Background Color

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

This div background color is #fea57a


#fea57a Border Color

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

This div border color is #fea57a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,165,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fea57a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fea57a;
  -webkit-box-shadow: 1px 1px 3px 2px #fea57a;
  box-shadow:         1px 1px 3px 2px #fea57a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,165,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea57a

Related Colors


Comments

No comments written yet.

Please login to write comment.