Color Hex Logo

#fcc519 Color Hex

#FCC519
(252,197,25)
0 Favorites   0 Comments

Color spaces of #fcc519

RGB 25219725
HSL0.130.970.54
HSV45°90°99°
CMYK 0.000.220.90   0.01
XYZ60.286660.69819.4582
Yxy60.69810.46220.4653
Hunter Lab77.90901.784047.3384
CIE-Lab82.21626.254380.7629

#fcc519 color RGB value is (252,197,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 00011001
Octal 374 305 31
Decimal 252 197 25
Hex FC C5 19

RGB Percentages of Color #fcc519

%53.16
%41.56
%5.27

CMYK Percentages of Color #fcc519

%0
%22
%90
%1

Triadic Colors of #fcc519

#fcc519 #19fcc5 #c519fc

Analogous Colors of #fcc519

#fcc519 #c2fc19 #fc5419

Monochromatic Colors of #fcc519

#fcc519

Complementary Color

#fcc519 #1950fc

#fcc519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc519 Color CSS Codes

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

#fcc519 Text Font Color

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

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


#fcc519 Background Color

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

This div background color is #fcc519


#fcc519 Border Color

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

This div border color is #fcc519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc519


Comments

No comments written yet.

Please login to write comment.