Color Hex Logo

#fcd916 Color Hex

#FCD916
(252,217,22)
0 Favorites   0 Comments

Color spaces of #fcd916

RGB 25221722
HSL0.140.970.54
HSV51°91°99°
CMYK 0.000.140.91   0.01
XYZ65.102670.379110.9123
Yxy70.37910.44470.4808
Hunter Lab83.8923-8.290751.0124
CIE-Lab87.1825-4.004485.0009

#fcd916 color RGB value is (252,217,22).

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

The process color (four color CMYK) of #fcd916 color hex is 0.00, 0.14, 0.91, 0.01. Web safe color of #fcd916 is #ffcc00. Color #fcd916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 00010110
Octal 374 331 26
Decimal 252 217 22
Hex FC D9 16

RGB Percentages of Color #fcd916

%51.32
%44.20
%4.48

CMYK Percentages of Color #fcd916

%0
%14
%91
%1

Triadic Colors of #fcd916

#fcd916 #16fcd9 #d916fc

Analogous Colors of #fcd916

#fcd916 #acfc16 #fc6616

Monochromatic Colors of #fcd916

#fcd916

Complementary Color

#fcd916 #1639fc

#fcd916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd916 Color CSS Codes

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

#fcd916 Text Font Color

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

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


#fcd916 Background Color

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

This div background color is #fcd916


#fcd916 Border Color

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

This div border color is #fcd916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd916


Comments

No comments written yet.

Please login to write comment.