Color Hex Logo

#fcf12d Color Hex

#FCF12D
(252,241,45)
0 Favorites   0 Comments

Color spaces of #fcf12d

RGB 25224145
HSL0.160.970.58
HSV57°82°99°
CMYK 0.000.040.82   0.01
XYZ72.073883.795514.8581
Yxy83.79550.42220.4908
Hunter Lab91.5399-19.653154.4544
CIE-Lab93.3616-15.437285.5876

#fcf12d color RGB value is (252,241,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 00101101
Octal 374 361 55
Decimal 252 241 45
Hex FC F1 2D

RGB Percentages of Color #fcf12d

%46.84
%44.80
%8.36

CMYK Percentages of Color #fcf12d

%0
%4
%82
%1

Triadic Colors of #fcf12d

#fcf12d #2dfcf1 #f12dfc

Analogous Colors of #fcf12d

#fcf12d #a0fc2d #fc8a2d

Monochromatic Colors of #fcf12d

#fcf12d

Complementary Color

#fcf12d #2d38fc

#fcf12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf12d Color CSS Codes

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

#fcf12d Text Font Color

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

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


#fcf12d Background Color

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

This div background color is #fcf12d


#fcf12d Border Color

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

This div border color is #fcf12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf12d


Comments

No comments written yet.

Please login to write comment.