Color Hex Logo

#fea63a Color Hex

#FEA63A
(254,166,58)
0 Favorites   0 Comments

Color spaces of #fea63a

RGB 25416658
HSL0.090.990.61
HSV33°77°100°
CMYK 0.000.350.77   0.00
XYZ55.273048.648810.4799
Yxy48.64880.48310.4252
Hunter Lab69.748719.393839.9156
CIE-Lab75.232324.101965.6408

#fea63a color RGB value is (254,166,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 00111010
Octal 376 246 72
Decimal 254 166 58
Hex FE A6 3A

RGB Percentages of Color #fea63a

%53.14
%34.73
%12.13

CMYK Percentages of Color #fea63a

%0
%35
%77
%0

Triadic Colors of #fea63a

#fea63a #3afea6 #a63afe

Analogous Colors of #fea63a

#fea63a #f4fe3a #fe443a

Monochromatic Colors of #fea63a

#fea63a

Complementary Color

#fea63a #3a92fe

#fea63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea63a Color CSS Codes

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

#fea63a Text Font Color

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

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


#fea63a Background Color

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

This div background color is #fea63a


#fea63a Border Color

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

This div border color is #fea63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea63a

#fea63a Color Palettes


Comments

No comments written yet.

Please login to write comment.