Color Hex Logo

#fca314 Color Hex

#FCA314
(252,163,20)
0 Favorites   0 Comments

Color spaces of #fca314

RGB 25216320
HSL0.100.970.53
HSV37°92°99°
CMYK 0.000.350.92   0.01
XYZ53.368346.94036.9094
Yxy46.94030.49780.4378
Hunter Lab68.513019.145141.9798
CIE-Lab74.151623.910375.6606

#fca314 color RGB value is (252,163,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 00010100
Octal 374 243 24
Decimal 252 163 20
Hex FC A3 14

RGB Percentages of Color #fca314

%57.93
%37.47
%4.60

CMYK Percentages of Color #fca314

%0
%35
%92
%1

Triadic Colors of #fca314

#fca314 #14fca3 #a314fc

Analogous Colors of #fca314

#fca314 #e1fc14 #fc2f14

Monochromatic Colors of #fca314

#fca314

Complementary Color

#fca314 #146dfc

#fca314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca314 Color CSS Codes

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

#fca314 Text Font Color

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

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


#fca314 Background Color

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

This div background color is #fca314


#fca314 Border Color

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

This div border color is #fca314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca314


Comments

No comments written yet.

Please login to write comment.