Color Hex Logo

#fca617 Color Hex

#FCA617
(252,166,23)
0 Favorites   0 Comments

Color spaces of #fca617

RGB 25216623
HSL0.100.970.54
HSV37°91°99°
CMYK 0.000.340.91   0.01
XYZ53.935848.02977.2386
Yxy48.02970.49390.4398
Hunter Lab69.303517.637542.3197
CIE-Lab74.843722.384175.6065

#fca617 color RGB value is (252,166,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00010111
Octal 374 246 27
Decimal 252 166 23
Hex FC A6 17

RGB Percentages of Color #fca617

%57.14
%37.64
%5.22

CMYK Percentages of Color #fca617

%0
%34
%91
%1

Triadic Colors of #fca617

#fca617 #17fca6 #a617fc

Analogous Colors of #fca617

#fca617 #e0fc17 #fc3417

Monochromatic Colors of #fca617

#fca617

Complementary Color

#fca617 #176dfc

#fca617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca617 Color CSS Codes

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

#fca617 Text Font Color

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

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


#fca617 Background Color

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

This div background color is #fca617


#fca617 Border Color

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

This div border color is #fca617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca617


Comments

No comments written yet.

Please login to write comment.