Color Hex Logo

#fe981e Color Hex

#FE981E
(254,152,30)
0 Favorites   0 Comments

Color spaces of #fe981e

RGB 25415230
HSL0.090.990.56
HSV33°88°100°
CMYK 0.000.400.88   0.00
XYZ52.335643.62106.8896
Yxy43.62100.50890.4241
Hunter Lab66.046225.864240.0475
CIE-Lab71.974430.616571.9832

#fe981e color RGB value is (254,152,30).

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

The process color (four color CMYK) of #fe981e color hex is 0.00, 0.40, 0.88, 0.00. Web safe color of #fe981e is #ff9933. Color #fe981e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011000 00011110
Octal 376 230 36
Decimal 254 152 30
Hex FE 98 1E

RGB Percentages of Color #fe981e

%58.26
%34.86
%6.88

CMYK Percentages of Color #fe981e

%0
%40
%88
%0

Triadic Colors of #fe981e

#fe981e #1efe98 #981efe

Analogous Colors of #fe981e

#fe981e #f4fe1e #fe281e

Monochromatic Colors of #fe981e

#fe981e

Complementary Color

#fe981e #1e84fe

#fe981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe981e Color CSS Codes

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

#fe981e Text Font Color

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

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


#fe981e Background Color

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

This div background color is #fe981e


#fe981e Border Color

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

This div border color is #fe981e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe981e

Related Colors


Comments

No comments written yet.

Please login to write comment.