Color Hex Logo

#fcc513 Color Hex

#FCC513
(252,197,19)
0 Favorites   0 Comments

Color spaces of #fcc513

RGB 25219719
HSL0.130.970.53
HSV46°92°99°
CMYK 0.000.220.92   0.01
XYZ60.228760.67509.1531
Yxy60.67500.46310.4665
Hunter Lab77.89421.703647.5589
CIE-Lab82.20376.170481.7043

#fcc513 color RGB value is (252,197,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 00010011
Octal 374 305 23
Decimal 252 197 19
Hex FC C5 13

RGB Percentages of Color #fcc513

%53.85
%42.09
%4.06

CMYK Percentages of Color #fcc513

%0
%22
%92
%1

Triadic Colors of #fcc513

#fcc513 #13fcc5 #c513fc

Analogous Colors of #fcc513

#fcc513 #bffc13 #fc5113

Monochromatic Colors of #fcc513

#fcc513

Complementary Color

#fcc513 #134afc

#fcc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc513 Color CSS Codes

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

#fcc513 Text Font Color

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

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


#fcc513 Background Color

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

This div background color is #fcc513


#fcc513 Border Color

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

This div border color is #fcc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc513

Related Colors


Comments

No comments written yet.

Please login to write comment.