Color Hex Logo

#fe951e Color Hex

#FE951E
(254,149,30)
0 Favorites   0 Comments

Color spaces of #fe951e

RGB 25414930
HSL0.090.990.56
HSV32°88°100°
CMYK 0.000.410.88   0.00
XYZ51.854842.65956.7293
Yxy42.65950.51220.4214
Hunter Lab65.314227.416239.6113
CIE-Lab71.323332.164571.4834

#fe951e color RGB value is (254,149,30).

#fe951e hex color red value is 254, green value is 149 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fe951e hue: 0.09 , saturation: 0.99 and the lightness value of fe951e is 0.56.

The process color (four color CMYK) of #fe951e color hex is 0.00, 0.41, 0.88, 0.00. Web safe color of #fe951e is #ff9933. Color #fe951e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 00011110
Octal 376 225 36
Decimal 254 149 30
Hex FE 95 1E

RGB Percentages of Color #fe951e

%58.66
%34.41
%6.93

CMYK Percentages of Color #fe951e

%0
%41
%88
%0

Triadic Colors of #fe951e

#fe951e #1efe95 #951efe

Analogous Colors of #fe951e

#fe951e #f7fe1e #fe251e

Monochromatic Colors of #fe951e

#fe951e

Complementary Color

#fe951e #1e87fe

#fe951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe951e Color CSS Codes

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

#fe951e Text Font Color

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

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


#fe951e Background Color

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

This div background color is #fe951e


#fe951e Border Color

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

This div border color is #fe951e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe951e


Comments

No comments written yet.

Please login to write comment.