Color Hex Logo

#fe805d Color Hex

#FE805D
(254,128,93)
0 Favorites   0 Comments

Color spaces of #fe805d

RGB 25412893
HSL0.040.990.68
HSV13°63°100°
CMYK 0.000.500.63   0.00
XYZ50.568037.299514.8902
Yxy37.29950.49210.3630
Hunter Lab61.073340.917628.2959
CIE-Lab67.501145.231340.9264

#fe805d color RGB value is (254,128,93).

#fe805d hex color red value is 254, green value is 128 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fe805d hue: 0.04 , saturation: 0.99 and the lightness value of fe805d is 0.68.

The process color (four color CMYK) of #fe805d color hex is 0.00, 0.50, 0.63, 0.00. Web safe color of #fe805d is #ff9966. Color #fe805d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 01011101
Octal 376 200 135
Decimal 254 128 93
Hex FE 80 5D

RGB Percentages of Color #fe805d

%53.47
%26.95
%19.58

CMYK Percentages of Color #fe805d

%0
%50
%63
%0

Triadic Colors of #fe805d

#fe805d #5dfe80 #805dfe

Analogous Colors of #fe805d

#fe805d #fed15d #fe5d8b

Monochromatic Colors of #fe805d

#fe805d

Complementary Color

#fe805d #5ddbfe

#fe805d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe805d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe805d Color CSS Codes

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

#fe805d Text Font Color

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

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


#fe805d Background Color

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

This div background color is #fe805d


#fe805d Border Color

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

This div border color is #fe805d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe805d

Related Colors


Comments

No comments written yet.

Please login to write comment.