Color Hex Logo

#fea62c Color Hex

#FEA62C
(254,166,44)
0 Favorites   0 Comments

Color spaces of #fea62c

RGB 25416644
HSL0.100.990.58
HSV35°83°100°
CMYK 0.000.350.83   0.00
XYZ54.963948.52518.8522
Yxy48.52510.48930.4319
Hunter Lab69.660018.937241.2276
CIE-Lab75.154923.656170.5219

#fea62c color RGB value is (254,166,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 00101100
Octal 376 246 54
Decimal 254 166 44
Hex FE A6 2C

RGB Percentages of Color #fea62c

%54.74
%35.78
%9.48

CMYK Percentages of Color #fea62c

%0
%35
%83
%0

Triadic Colors of #fea62c

#fea62c #2cfea6 #a62cfe

Analogous Colors of #fea62c

#fea62c #edfe2c #fe3d2c

Monochromatic Colors of #fea62c

#fea62c

Complementary Color

#fea62c #2c84fe

#fea62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea62c Color CSS Codes

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

#fea62c Text Font Color

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

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


#fea62c Background Color

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

This div background color is #fea62c


#fea62c Border Color

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

This div border color is #fea62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea62c

Related Colors


Comments

No comments written yet.

Please login to write comment.