Color Hex Logo

#fecc1f Color Hex

#FECC1F
(254,204,31)
0 Favorites   0 Comments

Color spaces of #fecc1f

RGB 25420431
HSL0.130.990.56
HSV47°88°100°
CMYK 0.000.200.88   0.00
XYZ62.713264.355510.4128
Yxy64.35550.45620.4681
Hunter Lab80.2219-0.846548.4595
CIE-Lab84.15053.604981.2130

#fecc1f color RGB value is (254,204,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 00011111
Octal 376 314 37
Decimal 254 204 31
Hex FE CC 1F

RGB Percentages of Color #fecc1f

%51.94
%41.72
%6.34

CMYK Percentages of Color #fecc1f

%0
%20
%88
%0

Triadic Colors of #fecc1f

#fecc1f #1ffecc #cc1ffe

Analogous Colors of #fecc1f

#fecc1f #c1fe1f #fe5d1f

Monochromatic Colors of #fecc1f

#fecc1f

Complementary Color

#fecc1f #1f51fe

#fecc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc1f Color CSS Codes

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

#fecc1f Text Font Color

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

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


#fecc1f Background Color

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

This div background color is #fecc1f


#fecc1f Border Color

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

This div border color is #fecc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc1f


Comments

No comments written yet.

Please login to write comment.