Color Hex Logo

#fe854e Color Hex

#FE854E
(254,133,78)
0 Favorites   0 Comments

Color spaces of #fe854e

RGB 25413378
HSL0.050.990.65
HSV19°69°100°
CMYK 0.000.480.69   0.00
XYZ50.635738.395911.9501
Yxy38.39590.50140.3802
Hunter Lab61.964437.427831.9408
CIE-Lab68.311441.919549.6082

#fe854e color RGB value is (254,133,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 01001110
Octal 376 205 116
Decimal 254 133 78
Hex FE 85 4E

RGB Percentages of Color #fe854e

%54.62
%28.60
%16.77

CMYK Percentages of Color #fe854e

%0
%48
%69
%0

Triadic Colors of #fe854e

#fe854e #4efe85 #854efe

Analogous Colors of #fe854e

#fe854e #fedd4e #fe4e6f

Monochromatic Colors of #fe854e

#fe854e

Complementary Color

#fe854e #4ec7fe

#fe854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe854e Color CSS Codes

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

#fe854e Text Font Color

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

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


#fe854e Background Color

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

This div background color is #fe854e


#fe854e Border Color

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

This div border color is #fe854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe854e

Related Colors


Comments

No comments written yet.

Please login to write comment.