Color Hex Logo

#fcc77f Color Hex

#FCC77F
(252,199,127)
0 Favorites   0 Comments

Color spaces of #fcc77f

RGB 252199127
HSL0.100.950.74
HSV35°50°99°
CMYK 0.000.210.50   0.01
XYZ64.399163.074628.8591
Yxy63.07460.41190.4035
Hunter Lab79.41955.756634.0491
CIE-Lab83.481610.354243.0493

#fcc77f color RGB value is (252,199,127).

#fcc77f hex color red value is 252, green value is 199 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fcc77f hue: 0.10 , saturation: 0.95 and the lightness value of fcc77f is 0.74.

The process color (four color CMYK) of #fcc77f color hex is 0.00, 0.21, 0.50, 0.01. Web safe color of #fcc77f is #ffcc66. Color #fcc77f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 01111111
Octal 374 307 177
Decimal 252 199 127
Hex FC C7 7F

RGB Percentages of Color #fcc77f

%43.60
%34.43
%21.97

CMYK Percentages of Color #fcc77f

%0
%21
%50
%1

Triadic Colors of #fcc77f

#fcc77f #7ffcc7 #c77ffc

Analogous Colors of #fcc77f

#fcc77f #f3fc7f #fc897f

Monochromatic Colors of #fcc77f

#fcc77f

Complementary Color

#fcc77f #7fb4fc

#fcc77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc77f Color CSS Codes

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

#fcc77f Text Font Color

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

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


#fcc77f Background Color

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

This div background color is #fcc77f


#fcc77f Border Color

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

This div border color is #fcc77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc77f


Comments

No comments written yet.

Please login to write comment.