Color Hex Logo

#fc995c Color Hex

#FC995C
(252,153,92)
0 Favorites   0 Comments

Color spaces of #fc995c

RGB 25215392
HSL0.060.960.67
HSV23°63°99°
CMYK 0.000.390.63   0.01
XYZ53.467944.250615.8484
Yxy44.25060.47080.3896
Hunter Lab66.521127.061632.4392
CIE-Lab72.395731.735247.2008

#fc995c color RGB value is (252,153,92).

#fc995c hex color red value is 252, green value is 153 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fc995c hue: 0.06 , saturation: 0.96 and the lightness value of fc995c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 01011100
Octal 374 231 134
Decimal 252 153 92
Hex FC 99 5C

RGB Percentages of Color #fc995c

%50.70
%30.78
%18.51

CMYK Percentages of Color #fc995c

%0
%39
%63
%1

Triadic Colors of #fc995c

#fc995c #5cfc99 #995cfc

Analogous Colors of #fc995c

#fc995c #fce95c #fc5c6f

Monochromatic Colors of #fc995c

#fc995c

Complementary Color

#fc995c #5cbffc

#fc995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc995c Color CSS Codes

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

#fc995c Text Font Color

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

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


#fc995c Background Color

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

This div background color is #fc995c


#fc995c Border Color

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

This div border color is #fc995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc995c


Comments

No comments written yet.

Please login to write comment.