Color Hex Logo

#fcd819 Color Hex

#FCD819
(252,216,25)
0 Favorites   0 Comments

Color spaces of #fcd819

RGB 25221625
HSL0.140.970.54
HSV50°90°99°
CMYK 0.000.140.90   0.01
XYZ64.876269.877410.9880
Yxy69.87740.44510.4795
Hunter Lab83.5927-7.753650.7214
CIE-Lab86.9367-3.456684.3628

#fcd819 color RGB value is (252,216,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 00011001
Octal 374 330 31
Decimal 252 216 25
Hex FC D8 19

RGB Percentages of Color #fcd819

%51.12
%43.81
%5.07

CMYK Percentages of Color #fcd819

%0
%14
%90
%1

Triadic Colors of #fcd819

#fcd819 #19fcd8 #d819fc

Analogous Colors of #fcd819

#fcd819 #affc19 #fc6719

Monochromatic Colors of #fcd819

#fcd819

Complementary Color

#fcd819 #193dfc

#fcd819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd819 Color CSS Codes

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

#fcd819 Text Font Color

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

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


#fcd819 Background Color

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

This div background color is #fcd819


#fcd819 Border Color

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

This div border color is #fcd819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd819

Related Colors


Comments

No comments written yet.

Please login to write comment.