Color Hex Logo

#fcc913 Color Hex

#FCC913
(252,201,19)
0 Favorites   0 Comments

Color spaces of #fcc913

RGB 25220119
HSL0.130.970.53
HSV47°92°99°
CMYK 0.000.200.92   0.01
XYZ61.149162.51589.4599
Yxy62.51580.45930.4696
Hunter Lab79.0669-0.318148.2531
CIE-Lab83.18704.108982.4314

#fcc913 color RGB value is (252,201,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 00010011
Octal 374 311 23
Decimal 252 201 19
Hex FC C9 13

RGB Percentages of Color #fcc913

%53.39
%42.58
%4.03

CMYK Percentages of Color #fcc913

%0
%20
%92
%1

Triadic Colors of #fcc913

#fcc913 #13fcc9 #c913fc

Analogous Colors of #fcc913

#fcc913 #bbfc13 #fc5513

Monochromatic Colors of #fcc913

#fcc913

Complementary Color

#fcc913 #1346fc

#fcc913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc913 Color CSS Codes

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

#fcc913 Text Font Color

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

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


#fcc913 Background Color

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

This div background color is #fcc913


#fcc913 Border Color

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

This div border color is #fcc913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc913

Related Colors


Comments

No comments written yet.

Please login to write comment.