Color Hex Logo

#fcaa60 Color Hex

#FCAA60
(252,170,96)
0 Favorites   0 Comments

Color spaces of #fcaa60

RGB 25217096
HSL0.080.960.68
HSV28°62°99°
CMYK 0.000.330.62   0.01
XYZ56.630950.289417.7884
Yxy50.28940.45410.4033
Hunter Lab70.915018.444234.7681
CIE-Lab76.246623.120349.7117

#fcaa60 color RGB value is (252,170,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01100000
Octal 374 252 140
Decimal 252 170 96
Hex FC AA 60

RGB Percentages of Color #fcaa60

%48.65
%32.82
%18.53

CMYK Percentages of Color #fcaa60

%0
%33
%62
%1

Triadic Colors of #fcaa60

#fcaa60 #60fcaa #aa60fc

Analogous Colors of #fcaa60

#fcaa60 #fcf860 #fc6064

Monochromatic Colors of #fcaa60

#fcaa60

Complementary Color

#fcaa60 #60b2fc

#fcaa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa60 Color CSS Codes

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

#fcaa60 Text Font Color

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

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


#fcaa60 Background Color

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

This div background color is #fcaa60


#fcaa60 Border Color

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

This div border color is #fcaa60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa60


Comments

No comments written yet.

Please login to write comment.