Color Hex Logo

#fcd03d Color Hex

#FCD03D
(252,208,61)
0 Favorites   0 Comments

Color spaces of #fcd03d

RGB 25220861
HSL0.130.970.61
HSV46°76°99°
CMYK 0.000.170.76   0.01
XYZ63.543166.144113.8329
Yxy66.14410.44270.4609
Hunter Lab81.3290-2.862146.8459
CIE-Lab85.06991.553973.7163

#fcd03d color RGB value is (252,208,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 00111101
Octal 374 320 75
Decimal 252 208 61
Hex FC D0 3D

RGB Percentages of Color #fcd03d

%48.37
%39.92
%11.71

CMYK Percentages of Color #fcd03d

%0
%17
%76
%1

Triadic Colors of #fcd03d

#fcd03d #3dfcd0 #d03dfc

Analogous Colors of #fcd03d

#fcd03d #c9fc3d #fc713d

Monochromatic Colors of #fcd03d

#fcd03d

Complementary Color

#fcd03d #3d69fc

#fcd03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd03d Color CSS Codes

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

#fcd03d Text Font Color

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

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


#fcd03d Background Color

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

This div background color is #fcd03d


#fcd03d Border Color

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

This div border color is #fcd03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd03d


Comments

No comments written yet.

Please login to write comment.