Color Hex Logo

#fe901d Color Hex

#FE901D
(254,144,29)
0 Favorites   0 Comments

Color spaces of #fe901d

RGB 25414429
HSL0.090.990.55
HSV31°89°100°
CMYK 0.000.430.89   0.00
XYZ51.068141.10616.4051
Yxy41.10610.51800.4170
Hunter Lab64.114029.979238.9567
CIE-Lab70.250234.713170.9241

#fe901d color RGB value is (254,144,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 00011101
Octal 376 220 35
Decimal 254 144 29
Hex FE 90 1D

RGB Percentages of Color #fe901d

%59.48
%33.72
%6.79

CMYK Percentages of Color #fe901d

%0
%43
%89
%0

Triadic Colors of #fe901d

#fe901d #1dfe90 #901dfe

Analogous Colors of #fe901d

#fe901d #fcfe1d #fe201d

Monochromatic Colors of #fe901d

#fe901d

Complementary Color

#fe901d #1d8bfe

#fe901d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe901d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe901d Color CSS Codes

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

#fe901d Text Font Color

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

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


#fe901d Background Color

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

This div background color is #fe901d


#fe901d Border Color

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

This div border color is #fe901d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe901d

#fe901d Color Palettes


Comments

No comments written yet.

Please login to write comment.