Color Hex Logo

#fcf963 Color Hex

#FCF963
(252,249,99)
0 Favorites   0 Comments

Color spaces of #fcf963

RGB 25224999
HSL0.160.960.69
HSV59°61°99°
CMYK 0.000.010.61   0.01
XYZ76.272789.347725.0302
Yxy89.34770.40010.4686
Hunter Lab94.5239-21.382650.4666
CIE-Lab95.7255-16.938870.1127

#fcf963 color RGB value is (252,249,99).

#fcf963 hex color red value is 252, green value is 249 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fcf963 hue: 0.16 , saturation: 0.96 and the lightness value of fcf963 is 0.69.

The process color (four color CMYK) of #fcf963 color hex is 0.00, 0.01, 0.61, 0.01. Web safe color of #fcf963 is #ffff66. Color #fcf963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 01100011
Octal 374 371 143
Decimal 252 249 99
Hex FC F9 63

RGB Percentages of Color #fcf963

%42.00
%41.50
%16.50

CMYK Percentages of Color #fcf963

%0
%1
%61
%1

Triadic Colors of #fcf963

#fcf963 #63fcf9 #f963fc

Analogous Colors of #fcf963

#fcf963 #b3fc63 #fcad63

Monochromatic Colors of #fcf963

#fcf963

Complementary Color

#fcf963 #6366fc

#fcf963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf963 Color CSS Codes

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

#fcf963 Text Font Color

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

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


#fcf963 Background Color

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

This div background color is #fcf963


#fcf963 Border Color

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

This div border color is #fcf963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf963


Comments

No comments written yet.

Please login to write comment.