Color Hex Logo

#fcc20e Color Hex

#FCC20E
(252,194,14)
0 Favorites   0 Comments

Color spaces of #fcc20e

RGB 25219414
HSL0.130.980.52
HSV45°94°99°
CMYK 0.000.230.94   0.01
XYZ59.515959.31078.7268
Yxy59.31070.46660.4650
Hunter Lab77.01343.171147.1909
CIE-Lab81.46217.666281.8074

#fcc20e color RGB value is (252,194,14).

#fcc20e hex color red value is 252, green value is 194 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fcc20e hue: 0.13 , saturation: 0.98 and the lightness value of fcc20e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00001110
Octal 374 302 16
Decimal 252 194 14
Hex FC C2 E

RGB Percentages of Color #fcc20e

%54.78
%42.17
%3.04

CMYK Percentages of Color #fcc20e

%0
%23
%94
%1

Triadic Colors of #fcc20e

#fcc20e #0efcc2 #c20efc

Analogous Colors of #fcc20e

#fcc20e #bffc0e #fc4b0e

Monochromatic Colors of #fcc20e

#fcc20e

Complementary Color

#fcc20e #0e48fc

#fcc20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc20e Color CSS Codes

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

#fcc20e Text Font Color

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

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


#fcc20e Background Color

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

This div background color is #fcc20e


#fcc20e Border Color

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

This div border color is #fcc20e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,194,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcc20e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcc20e;
  -webkit-box-shadow: 1px 1px 3px 2px #fcc20e;
  box-shadow:         1px 1px 3px 2px #fcc20e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,194,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc20e


Comments

No comments written yet.

Please login to write comment.