Color Hex Logo

#fea849 Color Hex

#FEA849
(254,168,73)
0 Favorites   0 Comments

Color spaces of #fea849

RGB 25416873
HSL0.090.990.64
HSV31°71°100°
CMYK 0.000.340.71   0.00
XYZ56.078349.557112.9132
Yxy49.55710.47300.4180
Hunter Lab70.396818.999238.4019
CIE-Lab75.796623.686760.0075

#fea849 color RGB value is (254,168,73).

#fea849 hex color red value is 254, green value is 168 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fea849 hue: 0.09 , saturation: 0.99 and the lightness value of fea849 is 0.64.

The process color (four color CMYK) of #fea849 color hex is 0.00, 0.34, 0.71, 0.00. Web safe color of #fea849 is #ff9933. Color #fea849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 01001001
Octal 376 250 111
Decimal 254 168 73
Hex FE A8 49

RGB Percentages of Color #fea849

%51.31
%33.94
%14.75

CMYK Percentages of Color #fea849

%0
%34
%71
%0

Triadic Colors of #fea849

#fea849 #49fea8 #a849fe

Analogous Colors of #fea849

#fea849 #fafe49 #fe4e49

Monochromatic Colors of #fea849

#fea849

Complementary Color

#fea849 #499ffe

#fea849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea849 Color CSS Codes

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

#fea849 Text Font Color

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

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


#fea849 Background Color

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

This div background color is #fea849


#fea849 Border Color

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

This div border color is #fea849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea849


Comments

No comments written yet.

Please login to write comment.