Color Hex Logo

#fcc416 Color Hex

#FCC416
(252,196,22)
0 Favorites   0 Comments

Color spaces of #fcc416

RGB 25219622
HSL0.130.970.54
HSV45°91°99°
CMYK 0.000.220.91   0.01
XYZ60.029660.23329.2213
Yxy60.23320.46360.4652
Hunter Lab77.61012.248147.2824
CIE-Lab81.96486.726581.0752

#fcc416 color RGB value is (252,196,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 00010110
Octal 374 304 26
Decimal 252 196 22
Hex FC C4 16

RGB Percentages of Color #fcc416

%53.62
%41.70
%4.68

CMYK Percentages of Color #fcc416

%0
%22
%91
%1

Triadic Colors of #fcc416

#fcc416 #16fcc4 #c416fc

Analogous Colors of #fcc416

#fcc416 #c1fc16 #fc5116

Monochromatic Colors of #fcc416

#fcc416

Complementary Color

#fcc416 #164efc

#fcc416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc416 Color CSS Codes

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

#fcc416 Text Font Color

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

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


#fcc416 Background Color

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

This div background color is #fcc416


#fcc416 Border Color

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

This div border color is #fcc416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc416


Comments

No comments written yet.

Please login to write comment.