Color Hex Logo

#fe984a Color Hex

#FE984A
(254,152,74)
0 Favorites   0 Comments

Color spaces of #fe984a

RGB 25415274
HSL0.070.990.64
HSV26°71°100°
CMYK 0.000.400.71   0.00
XYZ53.337344.021712.1644
Yxy44.02170.48700.4019
Hunter Lab66.348927.384235.5740
CIE-Lab72.243032.057055.8178

#fe984a color RGB value is (254,152,74).

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

The process color (four color CMYK) of #fe984a color hex is 0.00, 0.40, 0.71, 0.00. Web safe color of #fe984a is #ff9933. Color #fe984a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011000 01001010
Octal 376 230 112
Decimal 254 152 74
Hex FE 98 4A

RGB Percentages of Color #fe984a

%52.92
%31.67
%15.42

CMYK Percentages of Color #fe984a

%0
%40
%71
%0

Triadic Colors of #fe984a

#fe984a #4afe98 #984afe

Analogous Colors of #fe984a

#fe984a #fef24a #fe4a56

Monochromatic Colors of #fe984a

#fe984a

Complementary Color

#fe984a #4ab0fe

#fe984a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe984a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe984a Color CSS Codes

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

#fe984a Text Font Color

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

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


#fe984a Background Color

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

This div background color is #fe984a


#fe984a Border Color

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

This div border color is #fe984a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe984a

Related Colors


Comments

No comments written yet.

Please login to write comment.