Color Hex Logo

#fcc020 Color Hex

#FCC020
(252,192,32)
0 Favorites   0 Comments

Color spaces of #fcc020

RGB 25219232
HSL0.120.970.56
HSV44°87°99°
CMYK 0.000.240.87   0.01
XYZ59.255258.49909.5348
Yxy58.49900.46550.4596
Hunter Lab76.48464.441846.1480
CIE-Lab81.01548.965978.4542

#fcc020 color RGB value is (252,192,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 00100000
Octal 374 300 40
Decimal 252 192 32
Hex FC C0 20

RGB Percentages of Color #fcc020

%52.94
%40.34
%6.72

CMYK Percentages of Color #fcc020

%0
%24
%87
%1

Triadic Colors of #fcc020

#fcc020 #20fcc0 #c020fc

Analogous Colors of #fcc020

#fcc020 #cafc20 #fc5220

Monochromatic Colors of #fcc020

#fcc020

Complementary Color

#fcc020 #205cfc

#fcc020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc020 Color CSS Codes

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

#fcc020 Text Font Color

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

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


#fcc020 Background Color

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

This div background color is #fcc020


#fcc020 Border Color

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

This div border color is #fcc020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc020


Comments

No comments written yet.

Please login to write comment.