Color Hex Logo

#fea549 Color Hex

#FEA549
(254,165,73)
0 Favorites   0 Comments

Color spaces of #fea549

RGB 25416573
HSL0.080.990.64
HSV30°71°100°
CMYK 0.000.350.71   0.00
XYZ55.530848.462112.7307
Yxy48.46210.47570.4152
Hunter Lab69.614720.561537.8877
CIE-Lab75.115525.253559.2982

#fea549 color RGB value is (254,165,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01001001
Octal 376 245 111
Decimal 254 165 73
Hex FE A5 49

RGB Percentages of Color #fea549

%51.63
%33.54
%14.84

CMYK Percentages of Color #fea549

%0
%35
%71
%0

Triadic Colors of #fea549

#fea549 #49fea5 #a549fe

Analogous Colors of #fea549

#fea549 #fdfe49 #fe4b49

Monochromatic Colors of #fea549

#fea549

Complementary Color

#fea549 #49a2fe

#fea549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea549 Color CSS Codes

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

#fea549 Text Font Color

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

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


#fea549 Background Color

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

This div background color is #fea549


#fea549 Border Color

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

This div border color is #fea549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea549


Comments

No comments written yet.

Please login to write comment.