Color Hex Logo

#fcb06d Color Hex

#FCB06D
(252,176,109)
0 Favorites   0 Comments

Color spaces of #fcb06d

RGB 252176109
HSL0.080.960.71
HSV28°57°99°
CMYK 0.000.300.57   0.01
XYZ58.430552.850221.5895
Yxy52.85020.43980.3978
Hunter Lab72.698116.246133.2811
CIE-Lab77.786520.893045.0760

#fcb06d color RGB value is (252,176,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 01101101
Octal 374 260 155
Decimal 252 176 109
Hex FC B0 6D

RGB Percentages of Color #fcb06d

%46.93
%32.77
%20.30

CMYK Percentages of Color #fcb06d

%0
%30
%57
%1

Triadic Colors of #fcb06d

#fcb06d #6dfcb0 #b06dfc

Analogous Colors of #fcb06d

#fcb06d #fcf86d #fc6d72

Monochromatic Colors of #fcb06d

#fcb06d

Complementary Color

#fcb06d #6db9fc

#fcb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb06d Color CSS Codes

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

#fcb06d Text Font Color

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

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


#fcb06d Background Color

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

This div background color is #fcb06d


#fcb06d Border Color

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

This div border color is #fcb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb06d

Related Colors


Comments

No comments written yet.

Please login to write comment.