Color Hex Logo

#fea62e Color Hex

#FEA62E
(254,166,46)
0 Favorites   0 Comments

Color spaces of #fea62e

RGB 25416646
HSL0.100.990.59
HSV35°82°100°
CMYK 0.000.350.82   0.00
XYZ55.002448.54059.0551
Yxy48.54050.48850.4311
Hunter Lab69.671018.994141.0638
CIE-Lab75.164623.711869.8816

#fea62e color RGB value is (254,166,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 00101110
Octal 376 246 56
Decimal 254 166 46
Hex FE A6 2E

RGB Percentages of Color #fea62e

%54.51
%35.62
%9.87

CMYK Percentages of Color #fea62e

%0
%35
%82
%0

Triadic Colors of #fea62e

#fea62e #2efea6 #a62efe

Analogous Colors of #fea62e

#fea62e #eefe2e #fe3e2e

Monochromatic Colors of #fea62e

#fea62e

Complementary Color

#fea62e #2e86fe

#fea62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea62e Color CSS Codes

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

#fea62e Text Font Color

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

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


#fea62e Background Color

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

This div background color is #fea62e


#fea62e Border Color

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

This div border color is #fea62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea62e


Comments

No comments written yet.

Please login to write comment.