Color Hex Logo

#fc593d Color Hex

#FC593D
(252,89,61)
0 Favorites   0 Comments

Color spaces of #fc593d

RGB 2528961
HSL0.020.970.61
HSV76°99°
CMYK 0.000.650.76   0.01
XYZ44.559628.17717.5051
Yxy28.17710.55530.3512
Hunter Lab53.082156.947628.7747
CIE-Lab60.048460.627649.1151

#fc593d color RGB value is (252,89,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 00111101
Octal 374 131 75
Decimal 252 89 61
Hex FC 59 3D

RGB Percentages of Color #fc593d

%62.69
%22.14
%15.17

CMYK Percentages of Color #fc593d

%0
%65
%76
%1

Triadic Colors of #fc593d

#fc593d #3dfc59 #593dfc

Analogous Colors of #fc593d

#fc593d #fcb93d #fc3d81

Monochromatic Colors of #fc593d

#fc593d

Complementary Color

#fc593d #3de0fc

#fc593d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc593d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc593d Color CSS Codes

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

#fc593d Text Font Color

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

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


#fc593d Background Color

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

This div background color is #fc593d


#fc593d Border Color

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

This div border color is #fc593d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc593d

Related Colors


Comments

No comments written yet.

Please login to write comment.