Color Hex Logo

#fe866a Color Hex

#FE866A
(254,134,106)
0 Favorites   0 Comments

Color spaces of #fe866a

RGB 254134106
HSL0.030.990.71
HSV11°58°100°
CMYK 0.000.470.58   0.00
XYZ51.999739.161618.4539
Yxy39.16160.47440.3573
Hunter Lab62.579238.809526.3215
CIE-Lab68.868243.127035.6435

#fe866a color RGB value is (254,134,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000110 01101010
Octal 376 206 152
Decimal 254 134 106
Hex FE 86 6A

RGB Percentages of Color #fe866a

%51.42
%27.13
%21.46

CMYK Percentages of Color #fe866a

%0
%47
%58
%0

Triadic Colors of #fe866a

#fe866a #6afe86 #866afe

Analogous Colors of #fe866a

#fe866a #fed06a #fe6a98

Monochromatic Colors of #fe866a

#fe866a

Complementary Color

#fe866a #6ae2fe

#fe866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe866a Color CSS Codes

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

#fe866a Text Font Color

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

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


#fe866a Background Color

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

This div background color is #fe866a


#fe866a Border Color

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

This div border color is #fe866a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,134,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 #fe866a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe866a

Related Colors


Comments

No comments written yet.

Please login to write comment.