Color Hex Logo

#fe932d Color Hex

#FE932D
(254,147,45)
0 Favorites   0 Comments

Color spaces of #fe932d

RGB 25414745
HSL0.080.990.59
HSV29°82°100°
CMYK 0.000.420.82   0.00
XYZ51.780442.12777.8850
Yxy42.12770.50870.4139
Hunter Lab64.905928.818038.2313
CIE-Lab70.958933.539666.5654

#fe932d color RGB value is (254,147,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 00101101
Octal 376 223 55
Decimal 254 147 45
Hex FE 93 2D

RGB Percentages of Color #fe932d

%56.95
%32.96
%10.09

CMYK Percentages of Color #fe932d

%0
%42
%82
%0

Triadic Colors of #fe932d

#fe932d #2dfe93 #932dfe

Analogous Colors of #fe932d

#fe932d #fefc2d #fe2d2f

Monochromatic Colors of #fe932d

#fe932d

Complementary Color

#fe932d #2d98fe

#fe932d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe932d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe932d Color CSS Codes

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

#fe932d Text Font Color

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

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


#fe932d Background Color

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

This div background color is #fe932d


#fe932d Border Color

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

This div border color is #fe932d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe932d


Comments

No comments written yet.

Please login to write comment.