Color Hex Logo

#fea347 Color Hex

#FEA347
(254,163,71)
0 Favorites   0 Comments

Color spaces of #fea347

RGB 25416371
HSL0.080.990.64
HSV30°72°100°
CMYK 0.000.360.72   0.00
XYZ55.107647.720112.2677
Yxy47.72010.47880.4146
Hunter Lab69.079721.506937.8267
CIE-Lab74.648026.203659.6926

#fea347 color RGB value is (254,163,71).

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

The process color (four color CMYK) of #fea347 color hex is 0.00, 0.36, 0.72, 0.00. Web safe color of #fea347 is #ff9933. Color #fea347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 01000111
Octal 376 243 107
Decimal 254 163 71
Hex FE A3 47

RGB Percentages of Color #fea347

%52.05
%33.40
%14.55

CMYK Percentages of Color #fea347

%0
%36
%72
%0

Triadic Colors of #fea347

#fea347 #47fea3 #a347fe

Analogous Colors of #fea347

#fea347 #fefe47 #fe4847

Monochromatic Colors of #fea347

#fea347

Complementary Color

#fea347 #47a2fe

#fea347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea347 Color CSS Codes

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

#fea347 Text Font Color

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

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


#fea347 Background Color

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

This div background color is #fea347


#fea347 Border Color

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

This div border color is #fea347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea347


Comments

No comments written yet.

Please login to write comment.