Color Hex Logo

#fca411 Color Hex

#FCA411
(252,164,17)
0 Favorites   0 Comments

Color spaces of #fca411

RGB 25216417
HSL0.100.980.53
HSV38°93°99°
CMYK 0.000.350.93   0.01
XYZ53.521547.28686.8367
Yxy47.28680.49720.4393
Hunter Lab68.765418.590742.2411
CIE-Lab74.372823.350876.3229

#fca411 color RGB value is (252,164,17).

#fca411 hex color red value is 252, green value is 164 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #fca411 hue: 0.10 , saturation: 0.98 and the lightness value of fca411 is 0.53.

The process color (four color CMYK) of #fca411 color hex is 0.00, 0.35, 0.93, 0.01. Web safe color of #fca411 is #ff9900. Color #fca411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 00010001
Octal 374 244 21
Decimal 252 164 17
Hex FC A4 11

RGB Percentages of Color #fca411

%58.20
%37.88
%3.93

CMYK Percentages of Color #fca411

%0
%35
%93
%1

Triadic Colors of #fca411

#fca411 #11fca4 #a411fc

Analogous Colors of #fca411

#fca411 #dffc11 #fc2f11

Monochromatic Colors of #fca411

#fca411

Complementary Color

#fca411 #1169fc

#fca411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca411 Color CSS Codes

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

#fca411 Text Font Color

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

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


#fca411 Background Color

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

This div background color is #fca411


#fca411 Border Color

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

This div border color is #fca411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca411

Related Colors


Comments

No comments written yet.

Please login to write comment.