Color Hex Logo

#fcc590 Color Hex

#FCC590
(252,197,144)
0 Favorites   0 Comments

Color spaces of #fcc590

RGB 252197144
HSL0.080.950.78
HSV29°43°99°
CMYK 0.000.220.43   0.01
XYZ65.145262.641635.0431
Yxy62.64160.40010.3847
Hunter Lab79.14648.416529.1511
CIE-Lab83.253413.027134.0666

#fcc590 color RGB value is (252,197,144).

#fcc590 hex color red value is 252, green value is 197 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fcc590 hue: 0.08 , saturation: 0.95 and the lightness value of fcc590 is 0.78.

The process color (four color CMYK) of #fcc590 color hex is 0.00, 0.22, 0.43, 0.01. Web safe color of #fcc590 is #ffcc99. Color #fcc590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 10010000
Octal 374 305 220
Decimal 252 197 144
Hex FC C5 90

RGB Percentages of Color #fcc590

%42.50
%33.22
%24.28

CMYK Percentages of Color #fcc590

%0
%22
%43
%1

Triadic Colors of #fcc590

#fcc590 #90fcc5 #c590fc

Analogous Colors of #fcc590

#fcc590 #fcfb90 #fc9091

Monochromatic Colors of #fcc590

#fcc590

Complementary Color

#fcc590 #90c7fc

#fcc590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc590 Color CSS Codes

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

#fcc590 Text Font Color

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

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


#fcc590 Background Color

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

This div background color is #fcc590


#fcc590 Border Color

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

This div border color is #fcc590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc590


Comments

No comments written yet.

Please login to write comment.