Color Hex Logo

#fe912d Color Hex

#FE912D
(254,145,45)
0 Favorites   0 Comments

Color spaces of #fe912d

RGB 25414545
HSL0.080.990.59
HSV29°82°100°
CMYK 0.000.430.82   0.00
XYZ51.472141.51117.7822
Yxy41.51110.51080.4120
Hunter Lab64.429129.851837.9389
CIE-Lab70.532534.565266.1941

#fe912d color RGB value is (254,145,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 00101101
Octal 376 221 55
Decimal 254 145 45
Hex FE 91 2D

RGB Percentages of Color #fe912d

%57.21
%32.66
%10.14

CMYK Percentages of Color #fe912d

%0
%43
%82
%0

Triadic Colors of #fe912d

#fe912d #2dfe91 #912dfe

Analogous Colors of #fe912d

#fe912d #fefa2d #fe2d32

Monochromatic Colors of #fe912d

#fe912d

Complementary Color

#fe912d #2d9afe

#fe912d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe912d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe912d Color CSS Codes

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

#fe912d Text Font Color

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

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


#fe912d Background Color

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

This div background color is #fe912d


#fe912d Border Color

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

This div border color is #fe912d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe912d


Comments

No comments written yet.

Please login to write comment.