Color Hex Logo

#fcf85f Color Hex

#FCF85F
(252,248,95)
0 Favorites   0 Comments

Color spaces of #fcf85f

RGB 25224895
HSL0.160.960.68
HSV58°62°99°
CMYK 0.000.020.62   0.01
XYZ75.777888.656523.9450
Yxy88.65650.40230.4706
Hunter Lab94.1576-21.119450.8324
CIE-Lab95.4367-16.700971.4116

#fcf85f color RGB value is (252,248,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 01011111
Octal 374 370 137
Decimal 252 248 95
Hex FC F8 5F

RGB Percentages of Color #fcf85f

%42.35
%41.68
%15.97

CMYK Percentages of Color #fcf85f

%0
%2
%62
%1

Triadic Colors of #fcf85f

#fcf85f #5ffcf8 #f85ffc

Analogous Colors of #fcf85f

#fcf85f #b2fc5f #fcaa5f

Monochromatic Colors of #fcf85f

#fcf85f

Complementary Color

#fcf85f #5f63fc

#fcf85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf85f Color CSS Codes

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

#fcf85f Text Font Color

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

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


#fcf85f Background Color

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

This div background color is #fcf85f


#fcf85f Border Color

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

This div border color is #fcf85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf85f

Related Colors


Comments

No comments written yet.

Please login to write comment.