Color Hex Logo

#fe980e Color Hex

#FE980E
(254,152,14)
0 Favorites   0 Comments

Color spaces of #fe980e

RGB 25415214
HSL0.100.990.53
HSV35°94°100°
CMYK 0.000.400.94   0.00
XYZ52.180643.55906.0730
Yxy43.55900.51250.4278
Hunter Lab65.999225.627840.7438
CIE-Lab71.932730.391275.1933

#fe980e color RGB value is (254,152,14).

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

The process color (four color CMYK) of #fe980e color hex is 0.00, 0.40, 0.94, 0.00. Web safe color of #fe980e is #ff9900. Color #fe980e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011000 00001110
Octal 376 230 16
Decimal 254 152 14
Hex FE 98 E

RGB Percentages of Color #fe980e

%60.48
%36.19
%3.33

CMYK Percentages of Color #fe980e

%0
%40
%94
%0

Triadic Colors of #fe980e

#fe980e #0efe98 #980efe

Analogous Colors of #fe980e

#fe980e #ecfe0e #fe200e

Monochromatic Colors of #fe980e

#fe980e

Complementary Color

#fe980e #0e74fe

#fe980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe980e Color CSS Codes

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

#fe980e Text Font Color

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

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


#fe980e Background Color

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

This div background color is #fe980e


#fe980e Border Color

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

This div border color is #fe980e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe980e

Related Colors


Comments

No comments written yet.

Please login to write comment.