Color Hex Logo

#fd593f Color Hex

#FD593F
(253,89,63)
0 Favorites   0 Comments

Color spaces of #fd593f

RGB 2538963
HSL0.020.980.62
HSV75°99°
CMYK 0.000.650.75   0.01
XYZ44.977628.38637.8111
Yxy28.38630.55410.3497
Hunter Lab53.278857.450628.6028
CIE-Lab60.236161.029148.3391

#fd593f color RGB value is (253,89,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 00111111
Octal 375 131 77
Decimal 253 89 63
Hex FD 59 3F

RGB Percentages of Color #fd593f

%62.47
%21.98
%15.56

CMYK Percentages of Color #fd593f

%0
%65
%75
%1

Triadic Colors of #fd593f

#fd593f #3ffd59 #593ffd

Analogous Colors of #fd593f

#fd593f #fdb83f #fd3f84

Monochromatic Colors of #fd593f

#fd593f

Complementary Color

#fd593f #3fe3fd

#fd593f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd593f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd593f Color CSS Codes

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

#fd593f Text Font Color

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

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


#fd593f Background Color

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

This div background color is #fd593f


#fd593f Border Color

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

This div border color is #fd593f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd593f


Comments

No comments written yet.

Please login to write comment.