Color Hex Logo

#fcd43e Color Hex

#FCD43E
(252,212,62)
0 Favorites   0 Comments

Color spaces of #fcd43e

RGB 25221262
HSL0.130.970.62
HSV47°75°99°
CMYK 0.000.160.75   0.01
XYZ64.557968.130214.3053
Yxy68.13020.43920.4635
Hunter Lab82.5410-4.836447.5031
CIE-Lab86.0715-0.448474.3116

#fcd43e color RGB value is (252,212,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00111110
Octal 374 324 76
Decimal 252 212 62
Hex FC D4 3E

RGB Percentages of Color #fcd43e

%47.91
%40.30
%11.79

CMYK Percentages of Color #fcd43e

%0
%16
%75
%1

Triadic Colors of #fcd43e

#fcd43e #3efcd4 #d43efc

Analogous Colors of #fcd43e

#fcd43e #c5fc3e #fc753e

Monochromatic Colors of #fcd43e

#fcd43e

Complementary Color

#fcd43e #3e66fc

#fcd43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd43e Color CSS Codes

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

#fcd43e Text Font Color

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

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


#fcd43e Background Color

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

This div background color is #fcd43e


#fcd43e Border Color

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

This div border color is #fcd43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd43e

Related Colors


Comments

No comments written yet.

Please login to write comment.