Color Hex Logo

#fcf15c Color Hex

#FCF15C
(252,241,92)
0 Favorites   0 Comments

Color spaces of #fcf15c

RGB 25224192
HSL0.160.960.67
HSV56°63°99°
CMYK 0.000.040.63   0.01
XYZ73.531984.378722.5364
Yxy84.37870.40750.4676
Hunter Lab91.8579-17.862749.7543
CIE-Lab93.6147-13.474070.6855

#fcf15c color RGB value is (252,241,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 01011100
Octal 374 361 134
Decimal 252 241 92
Hex FC F1 5C

RGB Percentages of Color #fcf15c

%43.08
%41.20
%15.73

CMYK Percentages of Color #fcf15c

%0
%4
%63
%1

Triadic Colors of #fcf15c

#fcf15c #5cfcf1 #f15cfc

Analogous Colors of #fcf15c

#fcf15c #b7fc5c #fca15c

Monochromatic Colors of #fcf15c

#fcf15c

Complementary Color

#fcf15c #5c67fc

#fcf15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf15c Color CSS Codes

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

#fcf15c Text Font Color

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

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


#fcf15c Background Color

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

This div background color is #fcf15c


#fcf15c Border Color

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

This div border color is #fcf15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf15c


Comments

No comments written yet.

Please login to write comment.