Color Hex Logo

#fec90f Color Hex

#FEC90F
(254,201,15)
0 Favorites   0 Comments

Color spaces of #fec90f

RGB 25420115
HSL0.130.990.53
HSV47°94°100°
CMYK 0.000.210.94   0.00
XYZ61.845962.87869.3291
Yxy62.87860.46140.4691
Hunter Lab79.29600.450748.5318
CIE-Lab83.37854.916883.1717

#fec90f color RGB value is (254,201,15).

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

The process color (four color CMYK) of #fec90f color hex is 0.00, 0.21, 0.94, 0.00. Web safe color of #fec90f is #ffcc00. Color #fec90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 00001111
Octal 376 311 17
Decimal 254 201 15
Hex FE C9 F

RGB Percentages of Color #fec90f

%54.04
%42.77
%3.19

CMYK Percentages of Color #fec90f

%0
%21
%94
%0

Triadic Colors of #fec90f

#fec90f #0ffec9 #c90ffe

Analogous Colors of #fec90f

#fec90f #bcfe0f #fe520f

Monochromatic Colors of #fec90f

#fec90f

Complementary Color

#fec90f #0f44fe

#fec90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec90f Color CSS Codes

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

#fec90f Text Font Color

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

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


#fec90f Background Color

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

This div background color is #fec90f


#fec90f Border Color

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

This div border color is #fec90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec90f


Comments

No comments written yet.

Please login to write comment.