Color Hex Logo

#fe964c Color Hex

#FE964C
(254,150,76)
0 Favorites   0 Comments

Color spaces of #fe964c

RGB 25415076
HSL0.070.990.65
HSV25°70°100°
CMYK 0.000.410.70   0.00
XYZ53.083943.405312.4177
Yxy43.40530.48740.3986
Hunter Lab65.882728.528734.9428
CIE-Lab71.829233.186554.4404

#fe964c color RGB value is (254,150,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 01001100
Octal 376 226 114
Decimal 254 150 76
Hex FE 96 4C

RGB Percentages of Color #fe964c

%52.92
%31.25
%15.83

CMYK Percentages of Color #fe964c

%0
%41
%70
%0

Triadic Colors of #fe964c

#fe964c #4cfe96 #964cfe

Analogous Colors of #fe964c

#fe964c #feef4c #fe4c5b

Monochromatic Colors of #fe964c

#fe964c

Complementary Color

#fe964c #4cb4fe

#fe964c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe964c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe964c Color CSS Codes

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

#fe964c Text Font Color

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

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


#fe964c Background Color

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

This div background color is #fe964c


#fe964c Border Color

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

This div border color is #fe964c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe964c


Comments

No comments written yet.

Please login to write comment.