Color Hex Logo

#fcd03f Color Hex

#FCD03F
(252,208,63)
0 Favorites   0 Comments

Color spaces of #fcd03f

RGB 25220863
HSL0.130.970.62
HSV46°75°99°
CMYK 0.000.170.75   0.01
XYZ63.598066.166114.1220
Yxy66.16610.44200.4599
Hunter Lab81.3425-2.788546.6464
CIE-Lab85.08111.631473.0401

#fcd03f color RGB value is (252,208,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 00111111
Octal 374 320 77
Decimal 252 208 63
Hex FC D0 3F

RGB Percentages of Color #fcd03f

%48.18
%39.77
%12.05

CMYK Percentages of Color #fcd03f

%0
%17
%75
%1

Triadic Colors of #fcd03f

#fcd03f #3ffcd0 #d03ffc

Analogous Colors of #fcd03f

#fcd03f #cafc3f #fc723f

Monochromatic Colors of #fcd03f

#fcd03f

Complementary Color

#fcd03f #3f6bfc

#fcd03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd03f Color CSS Codes

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

#fcd03f Text Font Color

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

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


#fcd03f Background Color

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

This div background color is #fcd03f


#fcd03f Border Color

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

This div border color is #fcd03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd03f


Comments

No comments written yet.

Please login to write comment.