Color Hex Logo

#fca917 Color Hex

#FCA917
(252,169,23)
0 Favorites   0 Comments

Color spaces of #fca917

RGB 25216923
HSL0.110.970.54
HSV38°91°99°
CMYK 0.000.330.91   0.01
XYZ54.487549.13327.4225
Yxy49.13320.49070.4425
Hunter Lab70.095116.088342.7882
CIE-Lab75.534120.814676.1166

#fca917 color RGB value is (252,169,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 00010111
Octal 374 251 27
Decimal 252 169 23
Hex FC A9 17

RGB Percentages of Color #fca917

%56.76
%38.06
%5.18

CMYK Percentages of Color #fca917

%0
%33
%91
%1

Triadic Colors of #fca917

#fca917 #17fca9 #a917fc

Analogous Colors of #fca917

#fca917 #ddfc17 #fc3617

Monochromatic Colors of #fca917

#fca917

Complementary Color

#fca917 #176afc

#fca917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca917 Color CSS Codes

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

#fca917 Text Font Color

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

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


#fca917 Background Color

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

This div background color is #fca917


#fca917 Border Color

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

This div border color is #fca917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca917


Comments

No comments written yet.

Please login to write comment.