Color Hex Logo

#fe821d Color Hex

#FE821D
(254,130,29)
0 Favorites   0 Comments

Color spaces of #fe821d

RGB 25413029
HSL0.070.990.55
HSV27°89°100°
CMYK 0.000.490.89   0.00
XYZ49.077537.12485.7415
Yxy37.12480.53380.4038
Hunter Lab60.930137.149037.0641
CIE-Lab67.370641.773768.7440

#fe821d color RGB value is (254,130,29).

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

The process color (four color CMYK) of #fe821d color hex is 0.00, 0.49, 0.89, 0.00. Web safe color of #fe821d is #ff9933. Color #fe821d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 00011101
Octal 376 202 35
Decimal 254 130 29
Hex FE 82 1D

RGB Percentages of Color #fe821d

%61.50
%31.48
%7.02

CMYK Percentages of Color #fe821d

%0
%49
%89
%0

Triadic Colors of #fe821d

#fe821d #1dfe82 #821dfe

Analogous Colors of #fe821d

#fe821d #fef31d #fe1d28

Monochromatic Colors of #fe821d

#fe821d

Complementary Color

#fe821d #1d99fe

#fe821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe821d Color CSS Codes

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

#fe821d Text Font Color

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

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


#fe821d Background Color

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

This div background color is #fe821d


#fe821d Border Color

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

This div border color is #fe821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe821d

Related Colors


Comments

No comments written yet.

Please login to write comment.