Color Hex Logo

#fcb16d Color Hex

#FCB16D
(252,177,109)
0 Favorites   0 Comments

Color spaces of #fcb16d

RGB 252177109
HSL0.080.960.71
HSV29°57°99°
CMYK 0.000.300.57   0.01
XYZ58.627353.243921.6551
Yxy53.24390.43910.3988
Hunter Lab72.968415.723133.4822
CIE-Lab78.018820.368445.3586

#fcb16d color RGB value is (252,177,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01101101
Octal 374 261 155
Decimal 252 177 109
Hex FC B1 6D

RGB Percentages of Color #fcb16d

%46.84
%32.90
%20.26

CMYK Percentages of Color #fcb16d

%0
%30
%57
%1

Triadic Colors of #fcb16d

#fcb16d #6dfcb1 #b16dfc

Analogous Colors of #fcb16d

#fcb16d #fcf96d #fc6d71

Monochromatic Colors of #fcb16d

#fcb16d

Complementary Color

#fcb16d #6db8fc

#fcb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb16d Color CSS Codes

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

#fcb16d Text Font Color

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

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


#fcb16d Background Color

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

This div background color is #fcb16d


#fcb16d Border Color

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

This div border color is #fcb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb16d

Related Colors

#fcb16d Color Palettes


Comments

No comments written yet.

Please login to write comment.