color codes Logo

#fec99a color codes

#FEC99A
(254,201,154)
0 Favorites   0 Comments

Color spaces of #fec99a

RGB 254201154
HSL0.080.980.80
HSV28°39°100°
CMYK 0.000.210.39   0.00
XYZ67.592465.177239.5898
Yxy65.17720.39220.3781
Hunter Lab80.73248.165727.4379
CIE-Lab84.575012.783430.6568

#fec99a color RGB value is (254,201,154).

#fec99a hex color red value is 254, green value is 201 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fec99a hue: 0.08 , saturation: 0.98 and the lightness value of fec99a is 0.80.

The process color (four color CMYK) of #fec99a color code is 0.00, 0.21, 0.39, 0.00. Web safe color of #fec99a is #ffcc99. Color #fec99a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 10011010
Octal 376 311 232
Decimal 254 201 154
Hex FE C9 9A

RGB Percentages of Color #fec99a

%41.71
%33.00
%25.29

CMYK Percentages of Color #fec99a

%0
%21
%39
%0

Triadic Colors of #fec99a

#fec99a #9afec9 #c99afe

Analogous Colors of #fec99a

#fec99a #fefb9a #fe9a9d

Monochromatic Colors of #fec99a

#fec99a

Complementary Color

#fec99a #9acffe

#fec99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec99a Color CSS Codes

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

#fec99a Text Font Color

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

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


#fec99a Background Color

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

This div background color is #fec99a


#fec99a Border Color

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

This div border color is #fec99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec99a

Related Colors


Comments

No comments written yet.

Please login to write comment.