Color Hex Logo

#fcb16e Color Hex

#FCB16E
(252,177,110)
0 Favorites   0 Comments

Color spaces of #fcb16e

RGB 252177110
HSL0.080.960.71
HSV28°56°99°
CMYK 0.000.300.56   0.01
XYZ58.681553.265521.9403
Yxy53.26550.43830.3978
Hunter Lab72.983215.800733.2644
CIE-Lab78.031520.444744.8702

#fcb16e color RGB value is (252,177,110).

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

The process color (four color CMYK) of #fcb16e color hex is 0.00, 0.30, 0.56, 0.01. Web safe color of #fcb16e is #ff9966. Color #fcb16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01101110
Octal 374 261 156
Decimal 252 177 110
Hex FC B1 6E

RGB Percentages of Color #fcb16e

%46.75
%32.84
%20.41

CMYK Percentages of Color #fcb16e

%0
%30
%56
%1

Triadic Colors of #fcb16e

#fcb16e #6efcb1 #b16efc

Analogous Colors of #fcb16e

#fcb16e #fcf86e #fc6e72

Monochromatic Colors of #fcb16e

#fcb16e

Complementary Color

#fcb16e #6eb9fc

#fcb16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb16e Color CSS Codes

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

#fcb16e Text Font Color

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

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


#fcb16e Background Color

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

This div background color is #fcb16e


#fcb16e Border Color

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

This div border color is #fcb16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb16e


Comments

No comments written yet.

Please login to write comment.