Color Hex Logo

#fcaa5d Color Hex

#FCAA5D
(252,170,93)
0 Favorites   0 Comments

Color spaces of #fcaa5d

RGB 25217093
HSL0.080.960.68
HSV29°63°99°
CMYK 0.000.330.63   0.01
XYZ56.495450.235217.0747
Yxy50.23520.45630.4058
Hunter Lab70.876818.246735.3304
CIE-Lab76.213422.927351.1368

#fcaa5d color RGB value is (252,170,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01011101
Octal 374 252 135
Decimal 252 170 93
Hex FC AA 5D

RGB Percentages of Color #fcaa5d

%48.93
%33.01
%18.06

CMYK Percentages of Color #fcaa5d

%0
%33
%63
%1

Triadic Colors of #fcaa5d

#fcaa5d #5dfcaa #aa5dfc

Analogous Colors of #fcaa5d

#fcaa5d #fcfa5d #fc5d5f

Monochromatic Colors of #fcaa5d

#fcaa5d

Complementary Color

#fcaa5d #5daffc

#fcaa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa5d Color CSS Codes

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

#fcaa5d Text Font Color

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

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


#fcaa5d Background Color

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

This div background color is #fcaa5d


#fcaa5d Border Color

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

This div border color is #fcaa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa5d


Comments

No comments written yet.

Please login to write comment.