Color Hex Logo

#fec62e Color Hex

#FEC62E
(254,198,46)
0 Favorites   0 Comments

Color spaces of #fec62e

RGB 25419846
HSL0.120.990.59
HSV44°82°100°
CMYK 0.000.220.82   0.00
XYZ61.560361.656311.2410
Yxy61.65630.45780.4586
Hunter Lab78.52152.530046.4772
CIE-Lab82.73037.042676.4012

#fec62e color RGB value is (254,198,46).

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

The process color (four color CMYK) of #fec62e color hex is 0.00, 0.22, 0.82, 0.00. Web safe color of #fec62e is #ffcc33. Color #fec62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 00101110
Octal 376 306 56
Decimal 254 198 46
Hex FE C6 2E

RGB Percentages of Color #fec62e

%51.00
%39.76
%9.24

CMYK Percentages of Color #fec62e

%0
%22
%82
%0

Triadic Colors of #fec62e

#fec62e #2efec6 #c62efe

Analogous Colors of #fec62e

#fec62e #cefe2e #fe5e2e

Monochromatic Colors of #fec62e

#fec62e

Complementary Color

#fec62e #2e66fe

#fec62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec62e Color CSS Codes

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

#fec62e Text Font Color

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

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


#fec62e Background Color

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

This div background color is #fec62e


#fec62e Border Color

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

This div border color is #fec62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec62e

Related Colors


Comments

No comments written yet.

Please login to write comment.