Color Hex Logo

#fe894a Color Hex

#FE894A
(254,137,74)
0 Favorites   0 Comments

Color spaces of #fe894a

RGB 25413774
HSL0.060.990.64
HSV21°71°100°
CMYK 0.000.460.71   0.00
XYZ51.054739.456611.4036
Yxy39.45660.50100.3872
Hunter Lab62.814535.156833.2064
CIE-Lab69.080739.718352.4172

#fe894a color RGB value is (254,137,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 01001010
Octal 376 211 112
Decimal 254 137 74
Hex FE 89 4A

RGB Percentages of Color #fe894a

%54.62
%29.46
%15.91

CMYK Percentages of Color #fe894a

%0
%46
%71
%0

Triadic Colors of #fe894a

#fe894a #4afe89 #894afe

Analogous Colors of #fe894a

#fe894a #fee34a #fe4a65

Monochromatic Colors of #fe894a

#fe894a

Complementary Color

#fe894a #4abffe

#fe894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe894a Color CSS Codes

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

#fe894a Text Font Color

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

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


#fe894a Background Color

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

This div background color is #fe894a


#fe894a Border Color

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

This div border color is #fe894a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe894a


Comments

No comments written yet.

Please login to write comment.