Color Hex Logo

#fcaa5a Color Hex

#FCAA5A
(252,170,90)
0 Favorites   0 Comments

Color spaces of #fcaa5a

RGB 25217090
HSL0.080.960.67
HSV30°64°99°
CMYK 0.000.330.64   0.01
XYZ56.365150.183116.3884
Yxy50.18310.45850.4082
Hunter Lab70.840018.056635.8716
CIE-Lab76.181522.741352.5466

#fcaa5a color RGB value is (252,170,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01011010
Octal 374 252 132
Decimal 252 170 90
Hex FC AA 5A

RGB Percentages of Color #fcaa5a

%49.22
%33.20
%17.58

CMYK Percentages of Color #fcaa5a

%0
%33
%64
%1

Triadic Colors of #fcaa5a

#fcaa5a #5afcaa #aa5afc

Analogous Colors of #fcaa5a

#fcaa5a #fcfb5a #fc5a5b

Monochromatic Colors of #fcaa5a

#fcaa5a

Complementary Color

#fcaa5a #5aacfc

#fcaa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa5a Color CSS Codes

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

#fcaa5a Text Font Color

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

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


#fcaa5a Background Color

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

This div background color is #fcaa5a


#fcaa5a Border Color

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

This div border color is #fcaa5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa5a


Comments

No comments written yet.

Please login to write comment.