Color Hex Logo

#fcc97a Color Hex

#FCC97A
(252,201,122)
0 Favorites   0 Comments

Color spaces of #fcc97a

RGB 252201122
HSL0.100.960.73
HSV36°52°99°
CMYK 0.000.200.52   0.01
XYZ64.544463.873927.3394
Yxy63.87390.41440.4101
Hunter Lab79.92114.294835.6629
CIE-Lab83.90018.880646.0666

#fcc97a color RGB value is (252,201,122).

#fcc97a hex color red value is 252, green value is 201 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fcc97a hue: 0.10 , saturation: 0.96 and the lightness value of fcc97a is 0.73.

The process color (four color CMYK) of #fcc97a color hex is 0.00, 0.20, 0.52, 0.01. Web safe color of #fcc97a is #ffcc66. Color #fcc97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01111010
Octal 374 311 172
Decimal 252 201 122
Hex FC C9 7A

RGB Percentages of Color #fcc97a

%43.83
%34.96
%21.22

CMYK Percentages of Color #fcc97a

%0
%20
%52
%1

Triadic Colors of #fcc97a

#fcc97a #7afcc9 #c97afc

Analogous Colors of #fcc97a

#fcc97a #eefc7a #fc887a

Monochromatic Colors of #fcc97a

#fcc97a

Complementary Color

#fcc97a #7aadfc

#fcc97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc97a Color CSS Codes

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

#fcc97a Text Font Color

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

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


#fcc97a Background Color

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

This div background color is #fcc97a


#fcc97a Border Color

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

This div border color is #fcc97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc97a


Comments

No comments written yet.

Please login to write comment.