Color Hex Logo

#fcd40f Color Hex

#FCD40F
(252,212,15)
0 Favorites   0 Comments

Color spaces of #fcd40f

RGB 25221215
HSL0.140.980.52
HSV50°94°99°
CMYK 0.000.160.94   0.01
XYZ63.774667.816910.1806
Yxy67.81690.44980.4784
Hunter Lab82.3510-5.879650.3160
CIE-Lab85.9148-1.557884.9399

#fcd40f color RGB value is (252,212,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00001111
Octal 374 324 17
Decimal 252 212 15
Hex FC D4 F

RGB Percentages of Color #fcd40f

%52.61
%44.26
%3.13

CMYK Percentages of Color #fcd40f

%0
%16
%94
%1

Triadic Colors of #fcd40f

#fcd40f #0ffcd4 #d40ffc

Analogous Colors of #fcd40f

#fcd40f #aefc0f #fc5d0f

Monochromatic Colors of #fcd40f

#fcd40f

Complementary Color

#fcd40f #0f37fc

#fcd40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd40f Color CSS Codes

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

#fcd40f Text Font Color

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

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


#fcd40f Background Color

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

This div background color is #fcd40f


#fcd40f Border Color

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

This div border color is #fcd40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd40f


Comments

No comments written yet.

Please login to write comment.