Color Hex Logo

#fec91c Color Hex

#FEC91C
(254,201,28)
0 Favorites   0 Comments

Color spaces of #fec91c

RGB 25420128
HSL0.130.990.55
HSV46°89°100°
CMYK 0.000.210.89   0.00
XYZ61.969362.92809.9788
Yxy62.92800.45950.4666
Hunter Lab79.32720.619248.0708
CIE-Lab83.40455.092681.2155

#fec91c color RGB value is (254,201,28).

#fec91c hex color red value is 254, green value is 201 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fec91c hue: 0.13 , saturation: 0.99 and the lightness value of fec91c is 0.55.

The process color (four color CMYK) of #fec91c color hex is 0.00, 0.21, 0.89, 0.00. Web safe color of #fec91c is #ffcc33. Color #fec91c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 00011100
Octal 376 311 34
Decimal 254 201 28
Hex FE C9 1C

RGB Percentages of Color #fec91c

%52.59
%41.61
%5.80

CMYK Percentages of Color #fec91c

%0
%21
%89
%0

Triadic Colors of #fec91c

#fec91c #1cfec9 #c91cfe

Analogous Colors of #fec91c

#fec91c #c2fe1c #fe581c

Monochromatic Colors of #fec91c

#fec91c

Complementary Color

#fec91c #1c51fe

#fec91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec91c Color CSS Codes

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

#fec91c Text Font Color

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

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


#fec91c Background Color

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

This div background color is #fec91c


#fec91c Border Color

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

This div border color is #fec91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec91c

Related Colors


Comments

No comments written yet.

Please login to write comment.