Color Hex Logo

#fc885e Color Hex

#FC885E
(252,136,94)
0 Favorites   0 Comments

Color spaces of #fc885e

RGB 25213694
HSL0.040.960.68
HSV16°63°99°
CMYK 0.000.460.63   0.01
XYZ50.969439.111915.4526
Yxy39.11190.48300.3706
Hunter Lab62.539536.032529.1280
CIE-Lab68.832240.562941.9402

#fc885e color RGB value is (252,136,94).

#fc885e hex color red value is 252, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fc885e hue: 0.04 , saturation: 0.96 and the lightness value of fc885e is 0.68.

The process color (four color CMYK) of #fc885e color hex is 0.00, 0.46, 0.63, 0.01. Web safe color of #fc885e is #ff9966. Color #fc885e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001000 01011110
Octal 374 210 136
Decimal 252 136 94
Hex FC 88 5E

RGB Percentages of Color #fc885e

%52.28
%28.22
%19.50

CMYK Percentages of Color #fc885e

%0
%46
%63
%1

Triadic Colors of #fc885e

#fc885e #5efc88 #885efc

Analogous Colors of #fc885e

#fc885e #fcd75e #fc5e83

Monochromatic Colors of #fc885e

#fc885e

Complementary Color

#fc885e #5ed2fc

#fc885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc885e Color CSS Codes

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

#fc885e Text Font Color

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

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


#fc885e Background Color

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

This div background color is #fc885e


#fc885e Border Color

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

This div border color is #fc885e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc885e


Comments

No comments written yet.

Please login to write comment.