Color Hex Logo

#fe814d Color Hex

#FE814D
(254,129,77)
0 Favorites   0 Comments

Color spaces of #fe814d

RGB 25412977
HSL0.050.990.65
HSV18°70°100°
CMYK 0.000.490.70   0.00
XYZ50.062937.307211.5836
Yxy37.30720.50590.3770
Hunter Lab61.079639.415231.5115
CIE-Lab67.506943.853149.2102

#fe814d color RGB value is (254,129,77).

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

The process color (four color CMYK) of #fe814d color hex is 0.00, 0.49, 0.70, 0.00. Web safe color of #fe814d is #ff9966. Color #fe814d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000001 01001101
Octal 376 201 115
Decimal 254 129 77
Hex FE 81 4D

RGB Percentages of Color #fe814d

%55.22
%28.04
%16.74

CMYK Percentages of Color #fe814d

%0
%49
%70
%0

Triadic Colors of #fe814d

#fe814d #4dfe81 #814dfe

Analogous Colors of #fe814d

#fe814d #feda4d #fe4d72

Monochromatic Colors of #fe814d

#fe814d

Complementary Color

#fe814d #4dcafe

#fe814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe814d Color CSS Codes

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

#fe814d Text Font Color

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

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


#fe814d Background Color

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

This div background color is #fe814d


#fe814d Border Color

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

This div border color is #fe814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe814d

Related Colors


Comments

No comments written yet.

Please login to write comment.