Color Hex Logo

#fcd62e Color Hex

#FCD62E
(252,214,46)
0 Favorites   0 Comments

Color spaces of #fcd62e

RGB 25221446
HSL0.140.970.58
HSV49°82°99°
CMYK 0.000.150.82   0.01
XYZ64.684668.985812.4911
Yxy68.98580.44260.4720
Hunter Lab83.0577-6.336749.2237
CIE-Lab86.4970-1.995279.5390

#fcd62e color RGB value is (252,214,46).

#fcd62e hex color red value is 252, green value is 214 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fcd62e hue: 0.14 , saturation: 0.97 and the lightness value of fcd62e is 0.58.

The process color (four color CMYK) of #fcd62e color hex is 0.00, 0.15, 0.82, 0.01. Web safe color of #fcd62e is #ffcc33. Color #fcd62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 00101110
Octal 374 326 56
Decimal 252 214 46
Hex FC D6 2E

RGB Percentages of Color #fcd62e

%49.22
%41.80
%8.98

CMYK Percentages of Color #fcd62e

%0
%15
%82
%1

Triadic Colors of #fcd62e

#fcd62e #2efcd6 #d62efc

Analogous Colors of #fcd62e

#fcd62e #bbfc2e #fc6f2e

Monochromatic Colors of #fcd62e

#fcd62e

Complementary Color

#fcd62e #2e54fc

#fcd62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd62e Color CSS Codes

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

#fcd62e Text Font Color

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

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


#fcd62e Background Color

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

This div background color is #fcd62e


#fcd62e Border Color

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

This div border color is #fcd62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd62e

Related Colors


Comments

No comments written yet.

Please login to write comment.