Color Hex Logo

#fcc574 Color Hex

#FCC574
(252,197,116)
0 Favorites   0 Comments

Color spaces of #fcc574

RGB 252197116
HSL0.100.960.72
HSV36°54°99°
CMYK 0.000.220.54   0.01
XYZ63.263561.888925.1344
Yxy61.88890.42100.4118
Hunter Lab78.66955.872436.1259
CIE-Lab82.854310.461547.7512

#fcc574 color RGB value is (252,197,116).

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

The process color (four color CMYK) of #fcc574 color hex is 0.00, 0.22, 0.54, 0.01. Web safe color of #fcc574 is #ffcc66. Color #fcc574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 01110100
Octal 374 305 164
Decimal 252 197 116
Hex FC C5 74

RGB Percentages of Color #fcc574

%44.60
%34.87
%20.53

CMYK Percentages of Color #fcc574

%0
%22
%54
%1

Triadic Colors of #fcc574

#fcc574 #74fcc5 #c574fc

Analogous Colors of #fcc574

#fcc574 #effc74 #fc8174

Monochromatic Colors of #fcc574

#fcc574

Complementary Color

#fcc574 #74abfc

#fcc574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc574 Color CSS Codes

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

#fcc574 Text Font Color

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

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


#fcc574 Background Color

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

This div background color is #fcc574


#fcc574 Border Color

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

This div border color is #fcc574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc574


Comments

No comments written yet.

Please login to write comment.