Color Hex Logo

#fcb556 Color Hex

#FCB556
(252,181,86)
0 Favorites   0 Comments

Color spaces of #fcb556

RGB 25218186
HSL0.100.970.66
HSV34°66°99°
CMYK 0.000.280.66   0.01
XYZ58.348554.415116.2320
Yxy54.41510.45230.4218
Hunter Lab73.766612.099938.5901
CIE-Lab78.703216.742757.2338

#fcb556 color RGB value is (252,181,86).

#fcb556 hex color red value is 252, green value is 181 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fcb556 hue: 0.10 , saturation: 0.97 and the lightness value of fcb556 is 0.66.

The process color (four color CMYK) of #fcb556 color hex is 0.00, 0.28, 0.66, 0.01. Web safe color of #fcb556 is #ffcc66. Color #fcb556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 01010110
Octal 374 265 126
Decimal 252 181 86
Hex FC B5 56

RGB Percentages of Color #fcb556

%48.55
%34.87
%16.57

CMYK Percentages of Color #fcb556

%0
%28
%66
%1

Triadic Colors of #fcb556

#fcb556 #56fcb5 #b556fc

Analogous Colors of #fcb556

#fcb556 #f0fc56 #fc6256

Monochromatic Colors of #fcb556

#fcb556

Complementary Color

#fcb556 #569dfc

#fcb556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb556 Color CSS Codes

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

#fcb556 Text Font Color

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

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


#fcb556 Background Color

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

This div background color is #fcb556


#fcb556 Border Color

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

This div border color is #fcb556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb556


Comments

No comments written yet.

Please login to write comment.