Color Hex Logo

#fea43a Color Hex

#FEA43A
(254,164,58)
0 Favorites   0 Comments

Color spaces of #fea43a

RGB 25416458
HSL0.090.990.61
HSV32°77°100°
CMYK 0.000.350.77   0.00
XYZ54.912247.927210.3597
Yxy47.92720.48510.4234
Hunter Lab69.229520.433039.5883
CIE-Lab74.779025.145965.2110

#fea43a color RGB value is (254,164,58).

#fea43a hex color red value is 254, green value is 164 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fea43a hue: 0.09 , saturation: 0.99 and the lightness value of fea43a is 0.61.

The process color (four color CMYK) of #fea43a color hex is 0.00, 0.35, 0.77, 0.00. Web safe color of #fea43a is #ff9933. Color #fea43a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 00111010
Octal 376 244 72
Decimal 254 164 58
Hex FE A4 3A

RGB Percentages of Color #fea43a

%53.36
%34.45
%12.18

CMYK Percentages of Color #fea43a

%0
%35
%77
%0

Triadic Colors of #fea43a

#fea43a #3afea4 #a43afe

Analogous Colors of #fea43a

#fea43a #f6fe3a #fe423a

Monochromatic Colors of #fea43a

#fea43a

Complementary Color

#fea43a #3a94fe

#fea43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea43a Color CSS Codes

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

#fea43a Text Font Color

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

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


#fea43a Background Color

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

This div background color is #fea43a


#fea43a Border Color

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

This div border color is #fea43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea43a

Related Colors


Comments

No comments written yet.

Please login to write comment.