Color Hex Logo

#fcd65a Color Hex

#FCD65A
(252,214,90)
0 Favorites   0 Comments

Color spaces of #fcd65a

RGB 25221490
HSL0.130.960.67
HSV46°64°99°
CMYK 0.000.150.64   0.01
XYZ66.036969.526819.6123
Yxy69.52680.42560.4481
Hunter Lab83.3827-4.552544.4224
CIE-Lab86.7643-0.103364.2298

#fcd65a color RGB value is (252,214,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01011010
Octal 374 326 132
Decimal 252 214 90
Hex FC D6 5A

RGB Percentages of Color #fcd65a

%45.32
%38.49
%16.19

CMYK Percentages of Color #fcd65a

%0
%15
%64
%1

Triadic Colors of #fcd65a

#fcd65a #5afcd6 #d65afc

Analogous Colors of #fcd65a

#fcd65a #d1fc5a #fc855a

Monochromatic Colors of #fcd65a

#fcd65a

Complementary Color

#fcd65a #5a80fc

#fcd65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd65a Color CSS Codes

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

#fcd65a Text Font Color

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

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


#fcd65a Background Color

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

This div background color is #fcd65a


#fcd65a Border Color

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

This div border color is #fcd65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd65a

Related Colors


Comments

No comments written yet.

Please login to write comment.