Color Hex Logo

#fe954f Color Hex

#FE954F
(254,149,79)
0 Favorites   0 Comments

Color spaces of #fe954f

RGB 25414979
HSL0.070.990.65
HSV24°69°100°
CMYK 0.000.410.69   0.00
XYZ53.031843.130212.9270
Yxy43.13020.48610.3954
Hunter Lab65.673629.211034.3010
CIE-Lab71.643333.853252.8115

#fe954f color RGB value is (254,149,79).

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

The process color (four color CMYK) of #fe954f color hex is 0.00, 0.41, 0.69, 0.00. Web safe color of #fe954f is #ff9966. Color #fe954f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 01001111
Octal 376 225 117
Decimal 254 149 79
Hex FE 95 4F

RGB Percentages of Color #fe954f

%52.70
%30.91
%16.39

CMYK Percentages of Color #fe954f

%0
%41
%69
%0

Triadic Colors of #fe954f

#fe954f #4ffe95 #954ffe

Analogous Colors of #fe954f

#fe954f #feed4f #fe4f61

Monochromatic Colors of #fe954f

#fe954f

Complementary Color

#fe954f #4fb8fe

#fe954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe954f Color CSS Codes

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

#fe954f Text Font Color

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

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


#fe954f Background Color

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

This div background color is #fe954f


#fe954f Border Color

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

This div border color is #fe954f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe954f


Comments

No comments written yet.

Please login to write comment.