Color Hex Logo

#fcf216 Color Hex

#FCF216
(252,242,22)
0 Favorites   0 Comments

Color spaces of #fcf216

RGB 25224222
HSL0.160.970.54
HSV57°91°99°
CMYK 0.000.040.91   0.01
XYZ72.041884.257613.2254
Yxy84.25760.42500.4970
Hunter Lab91.7919-20.542355.7118
CIE-Lab93.5623-16.369689.8523

#fcf216 color RGB value is (252,242,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 00010110
Octal 374 362 26
Decimal 252 242 22
Hex FC F2 16

RGB Percentages of Color #fcf216

%48.84
%46.90
%4.26

CMYK Percentages of Color #fcf216

%0
%4
%91
%1

Triadic Colors of #fcf216

#fcf216 #16fcf2 #f216fc

Analogous Colors of #fcf216

#fcf216 #93fc16 #fc7f16

Monochromatic Colors of #fcf216

#fcf216

Complementary Color

#fcf216 #1620fc

#fcf216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf216 Color CSS Codes

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

#fcf216 Text Font Color

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

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


#fcf216 Background Color

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

This div background color is #fcf216


#fcf216 Border Color

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

This div border color is #fcf216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf216


Comments

No comments written yet.

Please login to write comment.