Color Hex Logo

#fcd65c Color Hex

#FCD65C
(252,214,92)
0 Favorites   0 Comments

Color spaces of #fcd65c

RGB 25221492
HSL0.130.960.67
HSV46°63°99°
CMYK 0.000.150.63   0.01
XYZ66.123269.561320.0668
Yxy69.56130.42450.4466
Hunter Lab83.4034-4.439144.1173
CIE-Lab86.78120.016263.3932

#fcd65c color RGB value is (252,214,92).

#fcd65c hex color red value is 252, green value is 214 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fcd65c hue: 0.13 , saturation: 0.96 and the lightness value of fcd65c is 0.67.

The process color (four color CMYK) of #fcd65c color hex is 0.00, 0.15, 0.63, 0.01. Web safe color of #fcd65c is #ffcc66. Color #fcd65c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01011100
Octal 374 326 134
Decimal 252 214 92
Hex FC D6 5C

RGB Percentages of Color #fcd65c

%45.16
%38.35
%16.49

CMYK Percentages of Color #fcd65c

%0
%15
%63
%1

Triadic Colors of #fcd65c

#fcd65c #5cfcd6 #d65cfc

Analogous Colors of #fcd65c

#fcd65c #d2fc5c #fc865c

Monochromatic Colors of #fcd65c

#fcd65c

Complementary Color

#fcd65c #5c82fc

#fcd65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd65c Color CSS Codes

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

#fcd65c Text Font Color

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

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


#fcd65c Background Color

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

This div background color is #fcd65c


#fcd65c Border Color

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

This div border color is #fcd65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd65c


Comments

No comments written yet.

Please login to write comment.