Color Hex Logo

#fcc620 Color Hex

#FCC620
(252,198,32)
0 Favorites   0 Comments

Color spaces of #fcc620

RGB 25219832
HSL0.130.970.56
HSV45°87°99°
CMYK 0.000.210.87   0.01
XYZ60.599761.18799.9830
Yxy61.18790.45990.4644
Hunter Lab78.22271.395647.1891
CIE-Lab82.47975.861079.6083

#fcc620 color RGB value is (252,198,32).

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

The process color (four color CMYK) of #fcc620 color hex is 0.00, 0.21, 0.87, 0.01. Web safe color of #fcc620 is #ffcc33. Color #fcc620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 00100000
Octal 374 306 40
Decimal 252 198 32
Hex FC C6 20

RGB Percentages of Color #fcc620

%52.28
%41.08
%6.64

CMYK Percentages of Color #fcc620

%0
%21
%87
%1

Triadic Colors of #fcc620

#fcc620 #20fcc6 #c620fc

Analogous Colors of #fcc620

#fcc620 #c4fc20 #fc5820

Monochromatic Colors of #fcc620

#fcc620

Complementary Color

#fcc620 #2056fc

#fcc620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc620 Color CSS Codes

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

#fcc620 Text Font Color

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

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


#fcc620 Background Color

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

This div background color is #fcc620


#fcc620 Border Color

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

This div border color is #fcc620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc620


Comments

No comments written yet.

Please login to write comment.