Color Hex Logo

#fca345 Color Hex

#FCA345
(252,163,69)
0 Favorites   0 Comments

Color spaces of #fca345

RGB 25216369
HSL0.090.970.63
HSV31°73°99°
CMYK 0.000.350.73   0.01
XYZ54.316347.319511.9010
Yxy47.31950.47840.4168
Hunter Lab68.789220.563537.8948
CIE-Lab74.393725.294960.2262

#fca345 color RGB value is (252,163,69).

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

The process color (four color CMYK) of #fca345 color hex is 0.00, 0.35, 0.73, 0.01. Web safe color of #fca345 is #ff9933. Color #fca345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01000101
Octal 374 243 105
Decimal 252 163 69
Hex FC A3 45

RGB Percentages of Color #fca345

%52.07
%33.68
%14.26

CMYK Percentages of Color #fca345

%0
%35
%73
%1

Triadic Colors of #fca345

#fca345 #45fca3 #a345fc

Analogous Colors of #fca345

#fca345 #fafc45 #fc4745

Monochromatic Colors of #fca345

#fca345

Complementary Color

#fca345 #459efc

#fca345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca345 Color CSS Codes

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

#fca345 Text Font Color

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

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


#fca345 Background Color

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

This div background color is #fca345


#fca345 Border Color

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

This div border color is #fca345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca345


Comments

No comments written yet.

Please login to write comment.