Color Hex Logo

#fc393f Color Hex

#FC393F
(252,57,63)
0 Favorites   0 Comments

Color spaces of #fc393f

RGB 2525763
HSL0.990.970.61
HSV358°77°99°
CMYK 0.000.770.75   0.01
XYZ42.505223.98067.0911
Yxy23.98060.57770.3259
Hunter Lab48.970069.237825.6935
CIE-Lab56.068471.719443.7894

#fc393f color RGB value is (252,57,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 00111111
Octal 374 71 77
Decimal 252 57 63
Hex FC 39 3F

RGB Percentages of Color #fc393f

%67.74
%15.32
%16.94

CMYK Percentages of Color #fc393f

%0
%77
%75
%1

Triadic Colors of #fc393f

#fc393f #3ffc39 #393ffc

Analogous Colors of #fc393f

#fc393f #fc9539 #fc39a1

Monochromatic Colors of #fc393f

#fc393f

Complementary Color

#fc393f #39fcf6

#fc393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc393f Color CSS Codes

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

#fc393f Text Font Color

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

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


#fc393f Background Color

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

This div background color is #fc393f


#fc393f Border Color

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

This div border color is #fc393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc393f


Comments

No comments written yet.

Please login to write comment.