Color Hex Logo

#fca716 Color Hex

#FCA716
(252,167,22)
0 Favorites   0 Comments

Color spaces of #fca716

RGB 25216722
HSL0.110.970.54
HSV38°91°99°
CMYK 0.000.340.91   0.01
XYZ54.108448.39087.2476
Yxy48.39080.49300.4409
Hunter Lab69.563517.106142.5172
CIE-Lab75.070821.846475.9645

#fca716 color RGB value is (252,167,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 00010110
Octal 374 247 26
Decimal 252 167 22
Hex FC A7 16

RGB Percentages of Color #fca716

%57.14
%37.87
%4.99

CMYK Percentages of Color #fca716

%0
%34
%91
%1

Triadic Colors of #fca716

#fca716 #16fca7 #a716fc

Analogous Colors of #fca716

#fca716 #defc16 #fc3416

Monochromatic Colors of #fca716

#fca716

Complementary Color

#fca716 #166bfc

#fca716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca716 Color CSS Codes

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

#fca716 Text Font Color

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

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


#fca716 Background Color

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

This div background color is #fca716


#fca716 Border Color

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

This div border color is #fca716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca716


Comments

No comments written yet.

Please login to write comment.