Color Hex Logo

#fc593e Color Hex

#FC593E
(252,89,62)
0 Favorites   0 Comments

Color spaces of #fc593e

RGB 2528962
HSL0.020.970.62
HSV75°99°
CMYK 0.000.650.75   0.01
XYZ44.586828.18807.6483
Yxy28.18800.55440.3505
Hunter Lab53.092456.992128.6236
CIE-Lab60.058260.664348.6138

#fc593e color RGB value is (252,89,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 00111110
Octal 374 131 76
Decimal 252 89 62
Hex FC 59 3E

RGB Percentages of Color #fc593e

%62.53
%22.08
%15.38

CMYK Percentages of Color #fc593e

%0
%65
%75
%1

Triadic Colors of #fc593e

#fc593e #3efc59 #593efc

Analogous Colors of #fc593e

#fc593e #fcb83e #fc3e82

Monochromatic Colors of #fc593e

#fc593e

Complementary Color

#fc593e #3ee1fc

#fc593e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc593e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc593e Color CSS Codes

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

#fc593e Text Font Color

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

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


#fc593e Background Color

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

This div background color is #fc593e


#fc593e Border Color

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

This div border color is #fc593e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc593e


Comments

No comments written yet.

Please login to write comment.