Color Hex Logo

#fcc46f Color Hex

#FCC46F
(252,196,111)
0 Favorites   0 Comments

Color spaces of #fcc46f

RGB 252196111
HSL0.100.960.71
HSV36°56°99°
CMYK 0.000.220.56   0.01
XYZ62.754161.323023.5680
Yxy61.32300.42500.4153
Hunter Lab78.30906.002936.9723
CIE-Lab82.552110.589349.8336

#fcc46f color RGB value is (252,196,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 01101111
Octal 374 304 157
Decimal 252 196 111
Hex FC C4 6F

RGB Percentages of Color #fcc46f

%45.08
%35.06
%19.86

CMYK Percentages of Color #fcc46f

%0
%22
%56
%1

Triadic Colors of #fcc46f

#fcc46f #6ffcc4 #c46ffc

Analogous Colors of #fcc46f

#fcc46f #eefc6f #fc7e6f

Monochromatic Colors of #fcc46f

#fcc46f

Complementary Color

#fcc46f #6fa7fc

#fcc46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc46f Color CSS Codes

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

#fcc46f Text Font Color

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

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


#fcc46f Background Color

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

This div background color is #fcc46f


#fcc46f Border Color

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

This div border color is #fcc46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc46f


Comments

No comments written yet.

Please login to write comment.