color codes Logo

#fcf96e color codes

#FCF96E
(252,249,110)
0 Favorites   0 Comments

Color spaces of #fcf96e

RGB 252249110
HSL0.160.960.71
HSV59°56°99°
CMYK 0.000.010.56   0.01
XYZ76.835089.572627.9915
Yxy89.57260.39520.4608
Hunter Lab94.6428-20.711148.7144
CIE-Lab95.8192-16.203565.6215

#fcf96e color RGB value is (252,249,110).

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

The process color (four color CMYK) of #fcf96e color code is 0.00, 0.01, 0.56, 0.01. Web safe color of #fcf96e is #ffff66. Color #fcf96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 01101110
Octal 374 371 156
Decimal 252 249 110
Hex FC F9 6E

RGB Percentages of Color #fcf96e

%41.24
%40.75
%18.00

CMYK Percentages of Color #fcf96e

%0
%1
%56
%1

Triadic Colors of #fcf96e

#fcf96e #6efcf9 #f96efc

Analogous Colors of #fcf96e

#fcf96e #b8fc6e #fcb26e

Monochromatic Colors of #fcf96e

#fcf96e

Complementary Color

#fcf96e #6e71fc

#fcf96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf96e Color CSS Codes

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

#fcf96e Text Font Color

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

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


#fcf96e Background Color

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

This div background color is #fcf96e


#fcf96e Border Color

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

This div border color is #fcf96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf96e

Related Colors


Comments

No comments written yet.

Please login to write comment.