Color Hex Logo

#fcf94d Color Hex

#FCF94D
(252,249,77)
0 Favorites   0 Comments

Color spaces of #fcf94d

RGB 25224977
HSL0.160.970.65
HSV59°69°99°
CMYK 0.000.010.69   0.01
XYZ75.360188.982620.2246
Yxy88.98260.40830.4821
Hunter Lab94.3306-22.476053.3196
CIE-Lab95.5731-18.142578.2541

#fcf94d color RGB value is (252,249,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 01001101
Octal 374 371 115
Decimal 252 249 77
Hex FC F9 4D

RGB Percentages of Color #fcf94d

%43.60
%43.08
%13.32

CMYK Percentages of Color #fcf94d

%0
%1
%69
%1

Triadic Colors of #fcf94d

#fcf94d #4dfcf9 #f94dfc

Analogous Colors of #fcf94d

#fcf94d #a8fc4d #fca24d

Monochromatic Colors of #fcf94d

#fcf94d

Complementary Color

#fcf94d #4d50fc

#fcf94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf94d Color CSS Codes

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

#fcf94d Text Font Color

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

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


#fcf94d Background Color

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

This div background color is #fcf94d


#fcf94d Border Color

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

This div border color is #fcf94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf94d

Related Colors


Comments

No comments written yet.

Please login to write comment.