Color Hex Logo

#fe9247 Color Hex

#FE9247
(254,146,71)
0 Favorites   0 Comments

Color spaces of #fe9247

RGB 25414671
HSL0.070.990.64
HSV25°72°100°
CMYK 0.000.430.72   0.00
XYZ52.289342.083511.3282
Yxy42.08350.49470.3981
Hunter Lab64.871830.352635.0568
CIE-Lab70.928535.004255.8112

#fe9247 color RGB value is (254,146,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010010 01000111
Octal 376 222 107
Decimal 254 146 71
Hex FE 92 47

RGB Percentages of Color #fe9247

%53.93
%31.00
%15.07

CMYK Percentages of Color #fe9247

%0
%43
%72
%0

Triadic Colors of #fe9247

#fe9247 #47fe92 #9247fe

Analogous Colors of #fe9247

#fe9247 #feee47 #fe4757

Monochromatic Colors of #fe9247

#fe9247

Complementary Color

#fe9247 #47b3fe

#fe9247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9247 Color CSS Codes

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

#fe9247 Text Font Color

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

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


#fe9247 Background Color

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

This div background color is #fe9247


#fe9247 Border Color

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

This div border color is #fe9247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9247

Related Colors


Comments

No comments written yet.

Please login to write comment.