Color Hex Logo

#fcf59a Color Hex

#FCF59A
(252,245,154)
0 Favorites   0 Comments

Color spaces of #fcf59a

RGB 252245154
HSL0.150.940.80
HSV56°39°99°
CMYK 0.000.030.39   0.01
XYZ78.630088.333443.4776
Yxy88.33340.37360.4198
Hunter Lab93.9858-15.139438.3627
CIE-Lab95.3011-10.371344.6226

#fcf59a color RGB value is (252,245,154).

#fcf59a hex color red value is 252, green value is 245 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fcf59a hue: 0.15 , saturation: 0.94 and the lightness value of fcf59a is 0.80.

The process color (four color CMYK) of #fcf59a color hex is 0.00, 0.03, 0.39, 0.01. Web safe color of #fcf59a is #ffff99. Color #fcf59a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 10011010
Octal 374 365 232
Decimal 252 245 154
Hex FC F5 9A

RGB Percentages of Color #fcf59a

%38.71
%37.63
%23.66

CMYK Percentages of Color #fcf59a

%0
%3
%39
%1

Triadic Colors of #fcf59a

#fcf59a #9afcf5 #f59afc

Analogous Colors of #fcf59a

#fcf59a #d2fc9a #fcc49a

Monochromatic Colors of #fcf59a

#fcf59a

Complementary Color

#fcf59a #9aa1fc

#fcf59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf59a Color CSS Codes

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

#fcf59a Text Font Color

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

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


#fcf59a Background Color

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

This div background color is #fcf59a


#fcf59a Border Color

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

This div border color is #fcf59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf59a


Comments

No comments written yet.

Please login to write comment.