Color Hex Logo

#fe922e Color Hex

#FE922E
(254,146,46)
0 Favorites   0 Comments

Color spaces of #fe922e

RGB 25414646
HSL0.080.990.59
HSV29°82°100°
CMYK 0.000.430.82   0.00
XYZ51.645141.82597.9360
Yxy41.82590.50930.4125
Hunter Lab64.672929.365037.9956
CIE-Lab70.750734.080866.0271

#fe922e color RGB value is (254,146,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010010 00101110
Octal 376 222 56
Decimal 254 146 46
Hex FE 92 2E

RGB Percentages of Color #fe922e

%56.95
%32.74
%10.31

CMYK Percentages of Color #fe922e

%0
%43
%82
%0

Triadic Colors of #fe922e

#fe922e #2efe92 #922efe

Analogous Colors of #fe922e

#fe922e #fefa2e #fe2e32

Monochromatic Colors of #fe922e

#fe922e

Complementary Color

#fe922e #2e9afe

#fe922e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe922e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe922e Color CSS Codes

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

#fe922e Text Font Color

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

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


#fe922e Background Color

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

This div background color is #fe922e


#fe922e Border Color

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

This div border color is #fe922e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe922e


Comments

No comments written yet.

Please login to write comment.