color codes Logo

#fea31e color codes

#FEA31E
(254,163,30)
0 Favorites   0 Comments

Color spaces of #fea31e

RGB 25416330
HSL0.100.990.56
HSV36°88°100°
CMYK 0.000.360.88   0.00
XYZ54.204647.35907.5126
Yxy47.35900.49690.4342
Hunter Lab68.817920.164841.7000
CIE-Lab74.418824.901973.8644

#fea31e color RGB value is (254,163,30).

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

The process color (four color CMYK) of #fea31e color code is 0.00, 0.36, 0.88, 0.00. Web safe color of #fea31e is #ff9933. Color #fea31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 00011110
Octal 376 243 36
Decimal 254 163 30
Hex FE A3 1E

RGB Percentages of Color #fea31e

%56.82
%36.47
%6.71

CMYK Percentages of Color #fea31e

%0
%36
%88
%0

Triadic Colors of #fea31e

#fea31e #1efea3 #a31efe

Analogous Colors of #fea31e

#fea31e #e9fe1e #fe331e

Monochromatic Colors of #fea31e

#fea31e

Complementary Color

#fea31e #1e79fe

#fea31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea31e Color CSS Codes

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

#fea31e Text Font Color

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

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


#fea31e Background Color

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

This div background color is #fea31e


#fea31e Border Color

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

This div border color is #fea31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea31e


Comments

No comments written yet.

Please login to write comment.