Color Hex Logo

#fcc219 Color Hex

#FCC219
(252,194,25)
0 Favorites   0 Comments

Color spaces of #fcc219

RGB 25219425
HSL0.120.970.54
HSV45°90°99°
CMYK 0.000.230.90   0.01
XYZ59.612159.34929.2333
Yxy59.34920.46500.4630
Hunter Lab77.03843.305546.8208
CIE-Lab81.48327.805680.2068

#fcc219 color RGB value is (252,194,25).

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

The process color (four color CMYK) of #fcc219 color hex is 0.00, 0.23, 0.90, 0.01. Web safe color of #fcc219 is #ffcc00. Color #fcc219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00011001
Octal 374 302 31
Decimal 252 194 25
Hex FC C2 19

RGB Percentages of Color #fcc219

%53.50
%41.19
%5.31

CMYK Percentages of Color #fcc219

%0
%23
%90
%1

Triadic Colors of #fcc219

#fcc219 #19fcc2 #c219fc

Analogous Colors of #fcc219

#fcc219 #c5fc19 #fc5119

Monochromatic Colors of #fcc219

#fcc219

Complementary Color

#fcc219 #1953fc

#fcc219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc219 Color CSS Codes

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

#fcc219 Text Font Color

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

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


#fcc219 Background Color

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

This div background color is #fcc219


#fcc219 Border Color

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

This div border color is #fcc219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc219


Comments

No comments written yet.

Please login to write comment.