color codes Logo

#fcd13c color codes

#FCD13C
(252,209,60)
0 Favorites   0 Comments

Color spaces of #fcd13c

RGB 25220960
HSL0.130.970.61
HSV47°76°99°
CMYK 0.000.170.76   0.01
XYZ63.761066.622613.7739
Yxy66.62260.44230.4622
Hunter Lab81.6227-3.401247.1306
CIE-Lab85.31301.005074.2787

#fcd13c color RGB value is (252,209,60).

#fcd13c hex color red value is 252, green value is 209 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fcd13c hue: 0.13 , saturation: 0.97 and the lightness value of fcd13c is 0.61.

The process color (four color CMYK) of #fcd13c color code is 0.00, 0.17, 0.76, 0.01. Web safe color of #fcd13c is #ffcc33. Color #fcd13c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 00111100
Octal 374 321 74
Decimal 252 209 60
Hex FC D1 3C

RGB Percentages of Color #fcd13c

%48.37
%40.12
%11.52

CMYK Percentages of Color #fcd13c

%0
%17
%76
%1

Triadic Colors of #fcd13c

#fcd13c #3cfcd1 #d13cfc

Analogous Colors of #fcd13c

#fcd13c #c7fc3c #fc713c

Monochromatic Colors of #fcd13c

#fcd13c

Complementary Color

#fcd13c #3c67fc

#fcd13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd13c Color CSS Codes

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

#fcd13c Text Font Color

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

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


#fcd13c Background Color

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

This div background color is #fcd13c


#fcd13c Border Color

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

This div border color is #fcd13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd13c

Related Colors


Comments

No comments written yet.

Please login to write comment.