Color Hex Logo

#fca370 Color Hex

#FCA370
(252,163,112)
0 Favorites   0 Comments

Color spaces of #fca370

RGB 252163112
HSL0.060.960.71
HSV22°56°99°
CMYK 0.000.350.56   0.01
XYZ56.166748.059721.6454
Yxy48.05970.44620.3818
Hunter Lab69.325123.300530.0154
CIE-Lab74.862627.933039.9343

#fca370 color RGB value is (252,163,112).

#fca370 hex color red value is 252, green value is 163 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fca370 hue: 0.06 , saturation: 0.96 and the lightness value of fca370 is 0.71.

The process color (four color CMYK) of #fca370 color hex is 0.00, 0.35, 0.56, 0.01. Web safe color of #fca370 is #ff9966. Color #fca370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01110000
Octal 374 243 160
Decimal 252 163 112
Hex FC A3 70

RGB Percentages of Color #fca370

%47.82
%30.93
%21.25

CMYK Percentages of Color #fca370

%0
%35
%56
%1

Triadic Colors of #fca370

#fca370 #70fca3 #a370fc

Analogous Colors of #fca370

#fca370 #fce970 #fc7083

Monochromatic Colors of #fca370

#fca370

Complementary Color

#fca370 #70c9fc

#fca370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca370 Color CSS Codes

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

#fca370 Text Font Color

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

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


#fca370 Background Color

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

This div background color is #fca370


#fca370 Border Color

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

This div border color is #fca370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca370

Related Colors


Comments

No comments written yet.

Please login to write comment.