Color Hex Logo

#fe6000 Color Hex

#FE6000
(254,96,0)
0 Favorites   0 Comments

Color spaces of #fe6000

RGB 254960
HSL0.061.000.50
HSV23°100°100°
CMYK 0.000.621.00   0.00
XYZ45.055929.43663.3071
Yxy29.43660.57910.3784
Hunter Lab54.255553.286334.3649
CIE-Lab61.165057.251370.6420

#fe6000 color RGB value is (254,96,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100000 00000000
Octal 376 140 0
Decimal 254 96 0
Hex FE 60 0

RGB Percentages of Color #fe6000

%72.57
%27.43
%0.00

CMYK Percentages of Color #fe6000

%0
%62
%100
%0

Triadic Colors of #fe6000

#fe6000 #00fe60 #6000fe

Analogous Colors of #fe6000

#fe6000 #fedf00 #fe001f

Monochromatic Colors of #fe6000

#fe6000

Complementary Color

#fe6000 #009efe

#fe6000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6000 Color CSS Codes

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

#fe6000 Text Font Color

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

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


#fe6000 Background Color

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

This div background color is #fe6000


#fe6000 Border Color

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

This div border color is #fe6000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6000


Comments

No comments written yet.

Please login to write comment.