Color Hex Logo

#fcc592 Color Hex

#FCC592
(252,197,146)
0 Favorites   0 Comments

Color spaces of #fcc592

RGB 252197146
HSL0.080.950.78
HSV29°42°99°
CMYK 0.000.220.42   0.01
XYZ65.299462.703335.8554
Yxy62.70330.39850.3827
Hunter Lab79.18548.623628.5831
CIE-Lab83.286013.234333.0718

#fcc592 color RGB value is (252,197,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 10010010
Octal 374 305 222
Decimal 252 197 146
Hex FC C5 92

RGB Percentages of Color #fcc592

%42.35
%33.11
%24.54

CMYK Percentages of Color #fcc592

%0
%22
%42
%1

Triadic Colors of #fcc592

#fcc592 #92fcc5 #c592fc

Analogous Colors of #fcc592

#fcc592 #fcfa92 #fc9294

Monochromatic Colors of #fcc592

#fcc592

Complementary Color

#fcc592 #92c9fc

#fcc592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc592 Color CSS Codes

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

#fcc592 Text Font Color

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

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


#fcc592 Background Color

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

This div background color is #fcc592


#fcc592 Border Color

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

This div border color is #fcc592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc592


Comments

No comments written yet.

Please login to write comment.