Color Hex Logo

#fcf212 Color Hex

#FCF212
(252,242,18)
0 Favorites   0 Comments

Color spaces of #fcf212

RGB 25224218
HSL0.160.980.53
HSV57°93°99°
CMYK 0.000.040.93   0.01
XYZ72.006284.243413.0377
Yxy84.24340.42530.4976
Hunter Lab91.7842-20.586255.8270
CIE-Lab93.5561-16.418190.3125

#fcf212 color RGB value is (252,242,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 00010010
Octal 374 362 22
Decimal 252 242 18
Hex FC F2 12

RGB Percentages of Color #fcf212

%49.22
%47.27
%3.52

CMYK Percentages of Color #fcf212

%0
%4
%93
%1

Triadic Colors of #fcf212

#fcf212 #12fcf2 #f212fc

Analogous Colors of #fcf212

#fcf212 #91fc12 #fc7d12

Monochromatic Colors of #fcf212

#fcf212

Complementary Color

#fcf212 #121cfc

#fcf212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf212 Color CSS Codes

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

#fcf212 Text Font Color

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

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


#fcf212 Background Color

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

This div background color is #fcf212


#fcf212 Border Color

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

This div border color is #fcf212


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,242,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 #fcf212">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf212

Related Colors


Comments

No comments written yet.

Please login to write comment.