Color Hex Logo

#fca211 Color Hex

#FCA211
(252,162,17)
0 Favorites   0 Comments

Color spaces of #fca211

RGB 25216217
HSL0.100.980.53
HSV37°93°99°
CMYK 0.000.360.93   0.01
XYZ53.166446.57666.7183
Yxy46.57660.49940.4375
Hunter Lab68.247119.624341.9364
CIE-Lab73.918124.395776.0004

#fca211 color RGB value is (252,162,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 00010001
Octal 374 242 21
Decimal 252 162 17
Hex FC A2 11

RGB Percentages of Color #fca211

%58.47
%37.59
%3.94

CMYK Percentages of Color #fca211

%0
%36
%93
%1

Triadic Colors of #fca211

#fca211 #11fca2 #a211fc

Analogous Colors of #fca211

#fca211 #e1fc11 #fc2d11

Monochromatic Colors of #fca211

#fca211

Complementary Color

#fca211 #116bfc

#fca211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca211 Color CSS Codes

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

#fca211 Text Font Color

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

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


#fca211 Background Color

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

This div background color is #fca211


#fca211 Border Color

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

This div border color is #fca211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca211

Related Colors


Comments

No comments written yet.

Please login to write comment.