Color Hex Logo

#fe8000 Color Hex

#FE8000
(254,128,0)
0 Favorites   0 Comments

Color spaces of #fe8000

RGB 2541280
HSL0.081.000.50
HSV30°100°100°
CMYK 0.000.501.00   0.00
XYZ48.592236.50924.4859
Yxy36.50920.54240.4075
Hunter Lab60.422837.810237.8942
CIE-Lab66.907242.444573.8675

#fe8000 color RGB value is (254,128,0).

#fe8000 hex color red value is 254, green value is 128 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fe8000 hue: 0.08 , saturation: 1.00 and the lightness value of fe8000 is 0.50.

The process color (four color CMYK) of #fe8000 color hex is 0.00, 0.50, 1.00, 0.00. Web safe color of #fe8000 is #ff9900. Color #fe8000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 00000000
Octal 376 200 0
Decimal 254 128 0
Hex FE 80 0

RGB Percentages of Color #fe8000

%66.49
%33.51
%0.00

CMYK Percentages of Color #fe8000

%0
%50
%100
%0

Triadic Colors of #fe8000

#fe8000 #00fe80 #8000fe

Analogous Colors of #fe8000

#fe8000 #fdfe00 #fe0100

Monochromatic Colors of #fe8000

#fe8000

Complementary Color

#fe8000 #007efe

#fe8000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8000 Color CSS Codes

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

#fe8000 Text Font Color

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

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


#fe8000 Background Color

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

This div background color is #fe8000


#fe8000 Border Color

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

This div border color is #fe8000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8000

Related Colors


Comments

No comments written yet.

Please login to write comment.