Color Hex Logo

#fc593c Color Hex

#FC593C
(252,89,60)
0 Favorites   0 Comments

Color spaces of #fc593c

RGB 2528960
HSL0.030.970.61
HSV76°99°
CMYK 0.000.650.76   0.01
XYZ44.532928.16647.3645
Yxy28.16640.55620.3518
Hunter Lab53.072056.903928.9231
CIE-Lab60.038860.591549.6138

#fc593c color RGB value is (252,89,60).

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

The process color (four color CMYK) of #fc593c color hex is 0.00, 0.65, 0.76, 0.01. Web safe color of #fc593c is #ff6633. Color #fc593c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 00111100
Octal 374 131 74
Decimal 252 89 60
Hex FC 59 3C

RGB Percentages of Color #fc593c

%62.84
%22.19
%14.96

CMYK Percentages of Color #fc593c

%0
%65
%76
%1

Triadic Colors of #fc593c

#fc593c #3cfc59 #593cfc

Analogous Colors of #fc593c

#fc593c #fcb93c #fc3c7f

Monochromatic Colors of #fc593c

#fc593c

Complementary Color

#fc593c #3cdffc

#fc593c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc593c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc593c Color CSS Codes

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

#fc593c Text Font Color

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

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


#fc593c Background Color

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

This div background color is #fc593c


#fc593c Border Color

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

This div border color is #fc593c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,89,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 #fc593c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc593c


Comments

No comments written yet.

Please login to write comment.