Color Hex Logo

#fc393e Color Hex

#FC393E
(252,57,62)
0 Favorites   0 Comments

Color spaces of #fc393e

RGB 2525762
HSL1.000.970.61
HSV358°77°99°
CMYK 0.000.770.75   0.01
XYZ42.477523.96956.9452
Yxy23.96950.57880.3266
Hunter Lab48.958769.192525.8603
CIE-Lab56.057271.684344.3259

#fc393e color RGB value is (252,57,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 00111110
Octal 374 71 76
Decimal 252 57 62
Hex FC 39 3E

RGB Percentages of Color #fc393e

%67.92
%15.36
%16.71

CMYK Percentages of Color #fc393e

%0
%77
%75
%1

Triadic Colors of #fc393e

#fc393e #3efc39 #393efc

Analogous Colors of #fc393e

#fc393e #fc9639 #fc39a0

Monochromatic Colors of #fc393e

#fc393e

Complementary Color

#fc393e #39fcf7

#fc393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc393e Color CSS Codes

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

#fc393e Text Font Color

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

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


#fc393e Background Color

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

This div background color is #fc393e


#fc393e Border Color

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

This div border color is #fc393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc393e

Related Colors

#fc393e Color Palettes


Comments

No comments written yet.

Please login to write comment.