Color Hex Logo

#fe804d Color Hex

#FE804D
(254,128,77)
0 Favorites   0 Comments

Color spaces of #fe804d

RGB 25412877
HSL0.050.990.65
HSV17°70°100°
CMYK 0.000.500.70   0.00
XYZ49.931837.045011.5399
Yxy37.04500.50680.3760
Hunter Lab60.864639.923931.3639
CIE-Lab67.310844.345548.9914

#fe804d color RGB value is (254,128,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 01001101
Octal 376 200 115
Decimal 254 128 77
Hex FE 80 4D

RGB Percentages of Color #fe804d

%55.34
%27.89
%16.78

CMYK Percentages of Color #fe804d

%0
%50
%70
%0

Triadic Colors of #fe804d

#fe804d #4dfe80 #804dfe

Analogous Colors of #fe804d

#fe804d #fed94d #fe4d73

Monochromatic Colors of #fe804d

#fe804d

Complementary Color

#fe804d #4dcbfe

#fe804d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe804d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe804d Color CSS Codes

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

#fe804d Text Font Color

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

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


#fe804d Background Color

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

This div background color is #fe804d


#fe804d Border Color

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

This div border color is #fe804d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe804d

Related Colors


Comments

No comments written yet.

Please login to write comment.