Color Hex Logo

#fca916 Color Hex

#FCA916
(252,169,22)
0 Favorites   0 Comments

Color spaces of #fca916

RGB 25216922
HSL0.110.970.54
HSV38°91°99°
CMYK 0.000.330.91   0.01
XYZ54.477749.12937.3707
Yxy49.12930.49090.4427
Hunter Lab70.092316.073742.8298
CIE-Lab75.531720.800276.3029

#fca916 color RGB value is (252,169,22).

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

The process color (four color CMYK) of #fca916 color hex is 0.00, 0.33, 0.91, 0.01. Web safe color of #fca916 is #ff9900. Color #fca916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 00010110
Octal 374 251 26
Decimal 252 169 22
Hex FC A9 16

RGB Percentages of Color #fca916

%56.88
%38.15
%4.97

CMYK Percentages of Color #fca916

%0
%33
%91
%1

Triadic Colors of #fca916

#fca916 #16fca9 #a916fc

Analogous Colors of #fca916

#fca916 #dcfc16 #fc3616

Monochromatic Colors of #fca916

#fca916

Complementary Color

#fca916 #1669fc

#fca916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca916 Color CSS Codes

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

#fca916 Text Font Color

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

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


#fca916 Background Color

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

This div background color is #fca916


#fca916 Border Color

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

This div border color is #fca916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca916


Comments

No comments written yet.

Please login to write comment.