Color Hex Logo

#fea143 Color Hex

#FEA143
(254,161,67)
0 Favorites   0 Comments

Color spaces of #fea143

RGB 25416167
HSL0.080.990.63
HSV30°74°100°
CMYK 0.000.370.74   0.00
XYZ54.631046.965811.4961
Yxy46.96580.48310.4153
Hunter Lab68.531622.363738.0263
CIE-Lab74.167927.067960.9339

#fea143 color RGB value is (254,161,67).

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

The process color (four color CMYK) of #fea143 color hex is 0.00, 0.37, 0.74, 0.00. Web safe color of #fea143 is #ff9933. Color #fea143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 01000011
Octal 376 241 103
Decimal 254 161 67
Hex FE A1 43

RGB Percentages of Color #fea143

%52.70
%33.40
%13.90

CMYK Percentages of Color #fea143

%0
%37
%74
%0

Triadic Colors of #fea143

#fea143 #43fea1 #a143fe

Analogous Colors of #fea143

#fea143 #fefe43 #fe4443

Monochromatic Colors of #fea143

#fea143

Complementary Color

#fea143 #43a0fe

#fea143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea143 Color CSS Codes

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

#fea143 Text Font Color

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

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


#fea143 Background Color

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

This div background color is #fea143


#fea143 Border Color

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

This div border color is #fea143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea143

Related Colors


Comments

No comments written yet.

Please login to write comment.