Color Hex Logo

#fcb976 Color Hex

#FCB976
(252,185,118)
0 Favorites   0 Comments

Color spaces of #fcb976

RGB 252185118
HSL0.080.960.73
HSV30°53°99°
CMYK 0.000.270.53   0.01
XYZ60.763956.701424.8814
Yxy56.70140.42690.3983
Hunter Lab75.300312.265733.1191
CIE-Lab80.011416.888643.2626

#fcb976 color RGB value is (252,185,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 01110110
Octal 374 271 166
Decimal 252 185 118
Hex FC B9 76

RGB Percentages of Color #fcb976

%45.41
%33.33
%21.26

CMYK Percentages of Color #fcb976

%0
%27
%53
%1

Triadic Colors of #fcb976

#fcb976 #76fcb9 #b976fc

Analogous Colors of #fcb976

#fcb976 #fcfc76 #fc7676

Monochromatic Colors of #fcb976

#fcb976

Complementary Color

#fcb976 #76b9fc

#fcb976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb976 Color CSS Codes

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

#fcb976 Text Font Color

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

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


#fcb976 Background Color

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

This div background color is #fcb976


#fcb976 Border Color

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

This div border color is #fcb976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb976

Related Colors


Comments

No comments written yet.

Please login to write comment.