Color Hex Logo

#fcf51d Color Hex

#FCF51D
(252,245,29)
0 Favorites   0 Comments

Color spaces of #fcf51d

RGB 25224529
HSL0.160.970.55
HSV58°88°99°
CMYK 0.000.030.88   0.01
XYZ73.019186.089013.9307
Yxy86.08900.42200.4975
Hunter Lab92.7842-21.896756.0471
CIE-Lab94.3504-17.714489.4809

#fcf51d color RGB value is (252,245,29).

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

The process color (four color CMYK) of #fcf51d color hex is 0.00, 0.03, 0.88, 0.01. Web safe color of #fcf51d is #ffff33. Color #fcf51d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 00011101
Octal 374 365 35
Decimal 252 245 29
Hex FC F5 1D

RGB Percentages of Color #fcf51d

%47.91
%46.58
%5.51

CMYK Percentages of Color #fcf51d

%0
%3
%88
%1

Triadic Colors of #fcf51d

#fcf51d #1dfcf5 #f51dfc

Analogous Colors of #fcf51d

#fcf51d #94fc1d #fc861d

Monochromatic Colors of #fcf51d

#fcf51d

Complementary Color

#fcf51d #1d24fc

#fcf51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf51d Color CSS Codes

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

#fcf51d Text Font Color

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

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


#fcf51d Background Color

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

This div background color is #fcf51d


#fcf51d Border Color

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

This div border color is #fcf51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf51d

Related Colors


Comments

No comments written yet.

Please login to write comment.