Color Hex Logo

#fcc413 Color Hex

#FCC413
(252,196,19)
0 Favorites   0 Comments

Color spaces of #fcc413

RGB 25219619
HSL0.130.970.53
HSV46°92°99°
CMYK 0.000.220.92   0.01
XYZ60.002460.22239.0777
Yxy60.22230.46400.4657
Hunter Lab77.60302.210347.3866
CIE-Lab81.95896.687281.5233

#fcc413 color RGB value is (252,196,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 00010011
Octal 374 304 23
Decimal 252 196 19
Hex FC C4 13

RGB Percentages of Color #fcc413

%53.96
%41.97
%4.07

CMYK Percentages of Color #fcc413

%0
%22
%92
%1

Triadic Colors of #fcc413

#fcc413 #13fcc4 #c413fc

Analogous Colors of #fcc413

#fcc413 #c0fc13 #fc5013

Monochromatic Colors of #fcc413

#fcc413

Complementary Color

#fcc413 #134bfc

#fcc413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc413 Color CSS Codes

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

#fcc413 Text Font Color

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

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


#fcc413 Background Color

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

This div background color is #fcc413


#fcc413 Border Color

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

This div border color is #fcc413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc413


Comments

No comments written yet.

Please login to write comment.