Color Hex Logo

#fe856a Color Hex

#FE856A
(254,133,106)
0 Favorites   0 Comments

Color spaces of #fe856a

RGB 254133106
HSL0.030.990.71
HSV11°58°100°
CMYK 0.000.480.58   0.00
XYZ51.862138.886518.4081
Yxy38.88650.47510.3562
Hunter Lab62.359039.324626.1492
CIE-Lab68.669043.624535.3917

#fe856a color RGB value is (254,133,106).

#fe856a hex color red value is 254, green value is 133 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fe856a hue: 0.03 , saturation: 0.99 and the lightness value of fe856a is 0.71.

The process color (four color CMYK) of #fe856a color hex is 0.00, 0.48, 0.58, 0.00. Web safe color of #fe856a is #ff9966. Color #fe856a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 01101010
Octal 376 205 152
Decimal 254 133 106
Hex FE 85 6A

RGB Percentages of Color #fe856a

%51.52
%26.98
%21.50

CMYK Percentages of Color #fe856a

%0
%48
%58
%0

Triadic Colors of #fe856a

#fe856a #6afe85 #856afe

Analogous Colors of #fe856a

#fe856a #fecf6a #fe6a99

Monochromatic Colors of #fe856a

#fe856a

Complementary Color

#fe856a #6ae3fe

#fe856a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe856a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe856a Color CSS Codes

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

#fe856a Text Font Color

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

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


#fe856a Background Color

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

This div background color is #fe856a


#fe856a Border Color

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

This div border color is #fe856a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe856a


Comments

No comments written yet.

Please login to write comment.