Color Hex Logo

#fcf12f Color Hex

#FCF12F
(252,241,47)
0 Favorites   0 Comments

Color spaces of #fcf12f

RGB 25224147
HSL0.160.970.59
HSV57°81°99°
CMYK 0.000.040.81   0.01
XYZ72.113383.811315.0657
Yxy83.81130.42170.4902
Hunter Lab91.5485-19.604454.3269
CIE-Lab93.3685-15.383585.1221

#fcf12f color RGB value is (252,241,47).

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

The process color (four color CMYK) of #fcf12f color hex is 0.00, 0.04, 0.81, 0.01. Web safe color of #fcf12f is #ffff33. Color #fcf12f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 00101111
Octal 374 361 57
Decimal 252 241 47
Hex FC F1 2F

RGB Percentages of Color #fcf12f

%46.67
%44.63
%8.70

CMYK Percentages of Color #fcf12f

%0
%4
%81
%1

Triadic Colors of #fcf12f

#fcf12f #2ffcf1 #f12ffc

Analogous Colors of #fcf12f

#fcf12f #a1fc2f #fc8b2f

Monochromatic Colors of #fcf12f

#fcf12f

Complementary Color

#fcf12f #2f3afc

#fcf12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf12f Color CSS Codes

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

#fcf12f Text Font Color

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

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


#fcf12f Background Color

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

This div background color is #fcf12f


#fcf12f Border Color

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

This div border color is #fcf12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf12f

Related Colors


Comments

No comments written yet.

Please login to write comment.