Color Hex Logo

#fe481d Color Hex

#FE481D
(254,72,29)
0 Favorites   0 Comments

Color spaces of #fe481d

RGB 2547229
HSL0.030.990.55
HSV11°89°100°
CMYK 0.000.720.89   0.00
XYZ43.412225.79433.8531
Yxy25.79430.59420.3531
Hunter Lab50.788163.697531.0536
CIE-Lab57.841366.778161.6507

#fe481d color RGB value is (254,72,29).

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

The process color (four color CMYK) of #fe481d color hex is 0.00, 0.72, 0.89, 0.00. Web safe color of #fe481d is #ff3333. Color #fe481d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001000 00011101
Octal 376 110 35
Decimal 254 72 29
Hex FE 48 1D

RGB Percentages of Color #fe481d

%71.55
%20.28
%8.17

CMYK Percentages of Color #fe481d

%0
%72
%89
%0

Triadic Colors of #fe481d

#fe481d #1dfe48 #481dfe

Analogous Colors of #fe481d

#fe481d #feb91d #fe1d62

Monochromatic Colors of #fe481d

#fe481d

Complementary Color

#fe481d #1dd3fe

#fe481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe481d Color CSS Codes

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

#fe481d Text Font Color

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

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


#fe481d Background Color

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

This div background color is #fe481d


#fe481d Border Color

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

This div border color is #fe481d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe481d


Comments

No comments written yet.

Please login to write comment.