Color Hex Logo

#fcf112 Color Hex

#FCF112
(252,241,18)
0 Favorites   0 Comments

Color spaces of #fcf112

RGB 25224118
HSL0.160.980.53
HSV57°93°99°
CMYK 0.000.040.93   0.01
XYZ71.709483.649712.9388
Yxy83.64970.42610.4970
Hunter Lab91.4602-20.102455.6344
CIE-Lab93.2981-15.933390.1177

#fcf112 color RGB value is (252,241,18).

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

The process color (four color CMYK) of #fcf112 color hex is 0.00, 0.04, 0.93, 0.01. Web safe color of #fcf112 is #ffff00. Color #fcf112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 00010010
Octal 374 361 22
Decimal 252 241 18
Hex FC F1 12

RGB Percentages of Color #fcf112

%49.32
%47.16
%3.52

CMYK Percentages of Color #fcf112

%0
%4
%93
%1

Triadic Colors of #fcf112

#fcf112 #12fcf1 #f112fc

Analogous Colors of #fcf112

#fcf112 #92fc12 #fc7c12

Monochromatic Colors of #fcf112

#fcf112

Complementary Color

#fcf112 #121dfc

#fcf112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf112 Color CSS Codes

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

#fcf112 Text Font Color

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

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


#fcf112 Background Color

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

This div background color is #fcf112


#fcf112 Border Color

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

This div border color is #fcf112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf112


Comments

No comments written yet.

Please login to write comment.