Color Hex Logo

#fcb96f Color Hex

#FCB96F
(252,185,111)
0 Favorites   0 Comments

Color spaces of #fcb96f

RGB 252185111
HSL0.090.960.71
HSV31°56°99°
CMYK 0.000.270.56   0.01
XYZ60.363156.541122.7710
Yxy56.54110.43220.4048
Hunter Lab75.193811.704734.6808
CIE-Lab79.920816.329846.6661

#fcb96f color RGB value is (252,185,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 01101111
Octal 374 271 157
Decimal 252 185 111
Hex FC B9 6F

RGB Percentages of Color #fcb96f

%45.99
%33.76
%20.26

CMYK Percentages of Color #fcb96f

%0
%27
%56
%1

Triadic Colors of #fcb96f

#fcb96f #6ffcb9 #b96ffc

Analogous Colors of #fcb96f

#fcb96f #f9fc6f #fc736f

Monochromatic Colors of #fcb96f

#fcb96f

Complementary Color

#fcb96f #6fb2fc

#fcb96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb96f Color CSS Codes

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

#fcb96f Text Font Color

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

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


#fcb96f Background Color

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

This div background color is #fcb96f


#fcb96f Border Color

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

This div border color is #fcb96f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,185,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 #fcb96f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb96f

Related Colors


Comments

No comments written yet.

Please login to write comment.