Color Hex Logo

#fe842d Color Hex

#FE842D
(254,132,45)
0 Favorites   0 Comments

Color spaces of #fe842d

RGB 25413245
HSL0.070.990.59
HSV25°82°100°
CMYK 0.000.480.82   0.00
XYZ49.598037.76287.1575
Yxy37.76280.52470.3995
Hunter Lab61.451436.528936.1103
CIE-Lab67.845441.140063.8443

#fe842d color RGB value is (254,132,45).

#fe842d hex color red value is 254, green value is 132 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fe842d hue: 0.07 , saturation: 0.99 and the lightness value of fe842d is 0.59.

The process color (four color CMYK) of #fe842d color hex is 0.00, 0.48, 0.82, 0.00. Web safe color of #fe842d is #ff9933. Color #fe842d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 00101101
Octal 376 204 55
Decimal 254 132 45
Hex FE 84 2D

RGB Percentages of Color #fe842d

%58.93
%30.63
%10.44

CMYK Percentages of Color #fe842d

%0
%48
%82
%0

Triadic Colors of #fe842d

#fe842d #2dfe84 #842dfe

Analogous Colors of #fe842d

#fe842d #feed2d #fe2d3f

Monochromatic Colors of #fe842d

#fe842d

Complementary Color

#fe842d #2da7fe

#fe842d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe842d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe842d Color CSS Codes

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

#fe842d Text Font Color

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

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


#fe842d Background Color

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

This div background color is #fe842d


#fe842d Border Color

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

This div border color is #fe842d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe842d

Related Colors


Comments

No comments written yet.

Please login to write comment.