Color Hex Logo

#fe5006 Color Hex

#FE5006
(254,80,6)
1 Favorites   0 Comments

Color spaces of #fe5006

RGB 254806
HSL0.050.990.51
HSV18°98°100°
CMYK 0.000.690.98   0.00
XYZ43.774626.82133.0421
Yxy26.82130.59450.3642
Hunter Lab51.789360.244932.7698
CIE-Lab58.808663.677368.2925

#fe5006 color RGB value is (254,80,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 00000110
Octal 376 120 6
Decimal 254 80 6
Hex FE 50 6

RGB Percentages of Color #fe5006

%74.71
%23.53
%1.76

CMYK Percentages of Color #fe5006

%0
%69
%98
%0

Triadic Colors of #fe5006

#fe5006 #06fe50 #5006fe

Analogous Colors of #fe5006

#fe5006 #fecc06 #fe0638

Monochromatic Colors of #fe5006

#fe5006

Complementary Color

#fe5006 #06b4fe

#fe5006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5006 Color CSS Codes

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

#fe5006 Text Font Color

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

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


#fe5006 Background Color

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

This div background color is #fe5006


#fe5006 Border Color

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

This div border color is #fe5006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5006

#fe5006 Color Palettes


Comments

No comments written yet.

Please login to write comment.