Color Hex Logo

#fcad5a Color Hex

#FCAD5A
(252,173,90)
0 Favorites   0 Comments

Color spaces of #fcad5a

RGB 25217390
HSL0.090.960.67
HSV31°64°99°
CMYK 0.000.310.64   0.01
XYZ56.933951.320816.5780
Yxy51.32080.45610.4111
Hunter Lab71.638516.493436.4266
CIE-Lab76.872921.169453.3300

#fcad5a color RGB value is (252,173,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 01011010
Octal 374 255 132
Decimal 252 173 90
Hex FC AD 5A

RGB Percentages of Color #fcad5a

%48.93
%33.59
%17.48

CMYK Percentages of Color #fcad5a

%0
%31
%64
%1

Triadic Colors of #fcad5a

#fcad5a #5afcad #ad5afc

Analogous Colors of #fcad5a

#fcad5a #fafc5a #fc5c5a

Monochromatic Colors of #fcad5a

#fcad5a

Complementary Color

#fcad5a #5aa9fc

#fcad5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad5a Color CSS Codes

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

#fcad5a Text Font Color

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

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


#fcad5a Background Color

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

This div background color is #fcad5a


#fcad5a Border Color

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

This div border color is #fcad5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,173,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 #fcad5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad5a

Related Colors


Comments

No comments written yet.

Please login to write comment.