Color Hex Logo

#fe9956 Color Hex

#FE9956
(254,153,86)
0 Favorites   0 Comments

Color spaces of #fe9956

RGB 25415386
HSL0.070.990.67
HSV24°66°100°
CMYK 0.000.400.66   0.00
XYZ53.944044.525214.5552
Yxy44.52520.47730.3939
Hunter Lab66.727227.531433.7761
CIE-Lab72.578232.170250.4585

#fe9956 color RGB value is (254,153,86).

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

The process color (four color CMYK) of #fe9956 color hex is 0.00, 0.40, 0.66, 0.00. Web safe color of #fe9956 is #ff9966. Color #fe9956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 01010110
Octal 376 231 126
Decimal 254 153 86
Hex FE 99 56

RGB Percentages of Color #fe9956

%51.52
%31.03
%17.44

CMYK Percentages of Color #fe9956

%0
%40
%66
%0

Triadic Colors of #fe9956

#fe9956 #56fe99 #9956fe

Analogous Colors of #fe9956

#fe9956 #feed56 #fe5667

Monochromatic Colors of #fe9956

#fe9956

Complementary Color

#fe9956 #56bbfe

#fe9956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9956 Color CSS Codes

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

#fe9956 Text Font Color

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

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


#fe9956 Background Color

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

This div background color is #fe9956


#fe9956 Border Color

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

This div border color is #fe9956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9956

Related Colors


Comments

No comments written yet.

Please login to write comment.