Color Hex Logo

#fc393c Color Hex

#FC393C
(252,57,60)
0 Favorites   0 Comments

Color spaces of #fc393c

RGB 2525760
HSL1.000.970.61
HSV359°77°99°
CMYK 0.000.770.76   0.01
XYZ42.423623.94796.6614
Yxy23.94790.58090.3279
Hunter Lab48.936669.104326.1849
CIE-Lab56.035671.615845.3922

#fc393c color RGB value is (252,57,60).

#fc393c hex color red value is 252, green value is 57 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fc393c hue: 1.00 , saturation: 0.97 and the lightness value of fc393c is 0.61.

The process color (four color CMYK) of #fc393c color hex is 0.00, 0.77, 0.76, 0.01. Web safe color of #fc393c is #ff3333. Color #fc393c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 00111100
Octal 374 71 74
Decimal 252 57 60
Hex FC 39 3C

RGB Percentages of Color #fc393c

%68.29
%15.45
%16.26

CMYK Percentages of Color #fc393c

%0
%77
%76
%1

Triadic Colors of #fc393c

#fc393c #3cfc39 #393cfc

Analogous Colors of #fc393c

#fc393c #fc9839 #fc399e

Monochromatic Colors of #fc393c

#fc393c

Complementary Color

#fc393c #39fcf9

#fc393c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc393c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc393c Color CSS Codes

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

#fc393c Text Font Color

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

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


#fc393c Background Color

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

This div background color is #fc393c


#fc393c Border Color

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

This div border color is #fc393c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc393c


Comments

No comments written yet.

Please login to write comment.