color codes Logo

#fecc0c color codes

#FECC0C
(254,204,12)
3 Favorites   0 Comments

Color spaces of #fecc0c

RGB 25420412
HSL0.130.990.52
HSV48°95°100°
CMYK 0.000.200.95   0.00
XYZ62.532364.28319.4599
Yxy64.28310.45890.4717
Hunter Lab80.1767-1.091749.1282
CIE-Lab84.11303.347984.0279

#fecc0c color RGB value is (254,204,12).

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

The process color (four color CMYK) of #fecc0c color code is 0.00, 0.20, 0.95, 0.00. Web safe color of #fecc0c is #ffcc00. Color #fecc0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 00001100
Octal 376 314 14
Decimal 254 204 12
Hex FE CC C

RGB Percentages of Color #fecc0c

%54.04
%43.40
%2.55

CMYK Percentages of Color #fecc0c

%0
%20
%95
%0

Triadic Colors of #fecc0c

#fecc0c #0cfecc #cc0cfe

Analogous Colors of #fecc0c

#fecc0c #b7fe0c #fe530c

Monochromatic Colors of #fecc0c

#fecc0c

Complementary Color

#fecc0c #0c3efe

#fecc0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc0c Color CSS Codes

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

#fecc0c Text Font Color

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

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


#fecc0c Background Color

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

This div background color is #fecc0c


#fecc0c Border Color

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

This div border color is #fecc0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc0c

Related Colors

#fecc0c Color Palettes


Comments

No comments written yet.

Please login to write comment.