Color Hex Logo

#fcc98f Color Hex

#FCC98F
(252,201,143)
0 Favorites   0 Comments

Color spaces of #fcc98f

RGB 252201143
HSL0.090.950.77
HSV32°43°99°
CMYK 0.000.200.43   0.01
XYZ65.989564.451934.9490
Yxy64.45190.39900.3897
Hunter Lab80.28196.228630.3867
CIE-Lab84.200510.841335.8223

#fcc98f color RGB value is (252,201,143).

#fcc98f hex color red value is 252, green value is 201 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fcc98f hue: 0.09 , saturation: 0.95 and the lightness value of fcc98f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10001111
Octal 374 311 217
Decimal 252 201 143
Hex FC C9 8F

RGB Percentages of Color #fcc98f

%42.28
%33.72
%23.99

CMYK Percentages of Color #fcc98f

%0
%20
%43
%1

Triadic Colors of #fcc98f

#fcc98f #8ffcc9 #c98ffc

Analogous Colors of #fcc98f

#fcc98f #f9fc8f #fc938f

Monochromatic Colors of #fcc98f

#fcc98f

Complementary Color

#fcc98f #8fc2fc

#fcc98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc98f Color CSS Codes

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

#fcc98f Text Font Color

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

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


#fcc98f Background Color

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

This div background color is #fcc98f


#fcc98f Border Color

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

This div border color is #fcc98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc98f


Comments

No comments written yet.

Please login to write comment.