Color Hex Logo

#fcc099 Color Hex

#FCC099
(252,192,153)
0 Favorites   0 Comments

Color spaces of #fcc099

RGB 252192153
HSL0.070.940.79
HSV24°39°99°
CMYK 0.000.240.39   0.01
XYZ64.744360.694638.4398
Yxy60.69460.39510.3704
Hunter Lab77.906712.005425.2806
CIE-Lab82.214316.600127.9824

#fcc099 color RGB value is (252,192,153).

#fcc099 hex color red value is 252, green value is 192 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fcc099 hue: 0.07 , saturation: 0.94 and the lightness value of fcc099 is 0.79.

The process color (four color CMYK) of #fcc099 color hex is 0.00, 0.24, 0.39, 0.01. Web safe color of #fcc099 is #ffcc99. Color #fcc099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 10011001
Octal 374 300 231
Decimal 252 192 153
Hex FC C0 99

RGB Percentages of Color #fcc099

%42.21
%32.16
%25.63

CMYK Percentages of Color #fcc099

%0
%24
%39
%1

Triadic Colors of #fcc099

#fcc099 #99fcc0 #c099fc

Analogous Colors of #fcc099

#fcc099 #fcf299 #fc99a4

Monochromatic Colors of #fcc099

#fcc099

Complementary Color

#fcc099 #99d5fc

#fcc099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc099 Color CSS Codes

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

#fcc099 Text Font Color

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

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


#fcc099 Background Color

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

This div background color is #fcc099


#fcc099 Border Color

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

This div border color is #fcc099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc099


Comments

No comments written yet.

Please login to write comment.