Color Hex Logo

#fcb147 Color Hex

#FCB147
(252,177,71)
0 Favorites   0 Comments

Color spaces of #fcb147

RGB 25217771
HSL0.100.970.63
HSV35°72°99°
CMYK 0.000.300.72   0.01
XYZ57.004452.594713.1086
Yxy52.59470.46460.4286
Hunter Lab72.522213.391940.0487
CIE-Lab77.635118.058162.6841

#fcb147 color RGB value is (252,177,71).

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

The process color (four color CMYK) of #fcb147 color hex is 0.00, 0.30, 0.72, 0.01. Web safe color of #fcb147 is #ff9933. Color #fcb147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01000111
Octal 374 261 107
Decimal 252 177 71
Hex FC B1 47

RGB Percentages of Color #fcb147

%50.40
%35.40
%14.20

CMYK Percentages of Color #fcb147

%0
%30
%72
%1

Triadic Colors of #fcb147

#fcb147 #47fcb1 #b147fc

Analogous Colors of #fcb147

#fcb147 #edfc47 #fc5747

Monochromatic Colors of #fcb147

#fcb147

Complementary Color

#fcb147 #4792fc

#fcb147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb147 Color CSS Codes

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

#fcb147 Text Font Color

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

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


#fcb147 Background Color

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

This div background color is #fcb147


#fcb147 Border Color

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

This div border color is #fcb147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb147


Comments

No comments written yet.

Please login to write comment.