Color Hex Logo

#fe994a Color Hex

#FE994A
(254,153,74)
0 Favorites   0 Comments

Color spaces of #fe994a

RGB 25415374
HSL0.070.990.64
HSV26°71°100°
CMYK 0.000.400.71   0.00
XYZ53.500344.347712.2188
Yxy44.34770.48610.4029
Hunter Lab66.594126.863635.7372
CIE-Lab72.460331.540156.0491

#fe994a color RGB value is (254,153,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 01001010
Octal 376 231 112
Decimal 254 153 74
Hex FE 99 4A

RGB Percentages of Color #fe994a

%52.81
%31.81
%15.38

CMYK Percentages of Color #fe994a

%0
%40
%71
%0

Triadic Colors of #fe994a

#fe994a #4afe99 #994afe

Analogous Colors of #fe994a

#fe994a #fef34a #fe4a55

Monochromatic Colors of #fe994a

#fe994a

Complementary Color

#fe994a #4aaffe

#fe994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe994a Color CSS Codes

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

#fe994a Text Font Color

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

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


#fe994a Background Color

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

This div background color is #fe994a


#fe994a Border Color

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

This div border color is #fe994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe994a

Related Colors


Comments

No comments written yet.

Please login to write comment.