Color Hex Logo

#fcc619 Color Hex

#FCC619
(252,198,25)
0 Favorites   0 Comments

Color spaces of #fcc619

RGB 25219825
HSL0.130.970.54
HSV46°90°99°
CMYK 0.000.210.90   0.01
XYZ60.514461.15389.5341
Yxy61.15380.46120.4661
Hunter Lab78.20091.277547.5121
CIE-Lab82.46145.737980.9493

#fcc619 color RGB value is (252,198,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 00011001
Octal 374 306 31
Decimal 252 198 25
Hex FC C6 19

RGB Percentages of Color #fcc619

%53.05
%41.68
%5.26

CMYK Percentages of Color #fcc619

%0
%21
%90
%1

Triadic Colors of #fcc619

#fcc619 #19fcc6 #c619fc

Analogous Colors of #fcc619

#fcc619 #c1fc19 #fc5519

Monochromatic Colors of #fcc619

#fcc619

Complementary Color

#fcc619 #194ffc

#fcc619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc619 Color CSS Codes

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

#fcc619 Text Font Color

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

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


#fcc619 Background Color

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

This div background color is #fcc619


#fcc619 Border Color

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

This div border color is #fcc619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc619

Related Colors


Comments

No comments written yet.

Please login to write comment.