Color Hex Logo

#fe5000 Color Hex

#FE5000
(254,80,0)
1 Favorites   1 Comments

Color spaces of #fe5000

RGB 254800
HSL0.051.000.50
HSV19°100°100°
CMYK 0.000.691.00   0.00
XYZ43.741726.80822.8690
Yxy26.80820.59580.3651
Hunter Lab51.776660.190432.9583
CIE-Lab58.796463.633069.4451

#fe5000 color RGB value is (254,80,0).

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

The process color (four color CMYK) of #fe5000 color hex is 0.00, 0.69, 1.00, 0.00. Web safe color of #fe5000 is #ff6600. Color #fe5000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 00000000
Octal 376 120 0
Decimal 254 80 0
Hex FE 50 0

RGB Percentages of Color #fe5000

%76.05
%23.95
%0.00

CMYK Percentages of Color #fe5000

%0
%69
%100
%0

Triadic Colors of #fe5000

#fe5000 #00fe50 #5000fe

Analogous Colors of #fe5000

#fe5000 #fecf00 #fe002f

Monochromatic Colors of #fe5000

#fe5000

Complementary Color

#fe5000 #00aefe

#fe5000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5000 Color CSS Codes

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

#fe5000 Text Font Color

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

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


#fe5000 Background Color

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

This div background color is #fe5000


#fe5000 Border Color

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

This div border color is #fe5000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5000

Related Colors


Comments

24 Apr 2014, 18:01 (guest)

this is to get back at the person who insists this is blood orange

Please login to write comment.