Color Hex Logo

#fcaa63 Color Hex

#FCAA63
(252,170,99)
0 Favorites   0 Comments

Color spaces of #fcaa63

RGB 25217099
HSL0.080.960.69
HSV28°61°99°
CMYK 0.000.330.61   0.01
XYZ56.771750.345818.5299
Yxy50.34580.45180.4007
Hunter Lab70.954818.649034.1847
CIE-Lab76.281023.320148.2726

#fcaa63 color RGB value is (252,170,99).

#fcaa63 hex color red value is 252, green value is 170 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fcaa63 hue: 0.08 , saturation: 0.96 and the lightness value of fcaa63 is 0.69.

The process color (four color CMYK) of #fcaa63 color hex is 0.00, 0.33, 0.61, 0.01. Web safe color of #fcaa63 is #ff9966. Color #fcaa63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01100011
Octal 374 252 143
Decimal 252 170 99
Hex FC AA 63

RGB Percentages of Color #fcaa63

%48.37
%32.63
%19.00

CMYK Percentages of Color #fcaa63

%0
%33
%61
%1

Triadic Colors of #fcaa63

#fcaa63 #63fcaa #aa63fc

Analogous Colors of #fcaa63

#fcaa63 #fcf763 #fc6369

Monochromatic Colors of #fcaa63

#fcaa63

Complementary Color

#fcaa63 #63b5fc

#fcaa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa63 Color CSS Codes

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

#fcaa63 Text Font Color

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

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


#fcaa63 Background Color

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

This div background color is #fcaa63


#fcaa63 Border Color

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

This div border color is #fcaa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa63


Comments

No comments written yet.

Please login to write comment.