Color Hex Logo

#fec01f Color Hex

#FEC01F
(254,192,31)
0 Favorites   0 Comments

Color spaces of #fec01f

RGB 25419231
HSL0.120.990.56
HSV43°88°100°
CMYK 0.000.240.88   0.00
XYZ59.970058.86909.4984
Yxy58.86900.46730.4587
Hunter Lab76.72615.246846.3684
CIE-Lab81.21959.796878.9192

#fec01f color RGB value is (254,192,31).

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

The process color (four color CMYK) of #fec01f color hex is 0.00, 0.24, 0.88, 0.00. Web safe color of #fec01f is #ffcc33. Color #fec01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00011111
Octal 376 300 37
Decimal 254 192 31
Hex FE C0 1F

RGB Percentages of Color #fec01f

%53.25
%40.25
%6.50

CMYK Percentages of Color #fec01f

%0
%24
%88
%0

Triadic Colors of #fec01f

#fec01f #1ffec0 #c01ffe

Analogous Colors of #fec01f

#fec01f #cdfe1f #fe511f

Monochromatic Colors of #fec01f

#fec01f

Complementary Color

#fec01f #1f5dfe

#fec01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec01f Color CSS Codes

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

#fec01f Text Font Color

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

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


#fec01f Background Color

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

This div background color is #fec01f


#fec01f Border Color

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

This div border color is #fec01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec01f


Comments

No comments written yet.

Please login to write comment.