Color Hex Logo

#fd592d Color Hex

#FD592D
(253,89,45)
0 Favorites   0 Comments

Color spaces of #fd592d

RGB 2538945
HSL0.040.980.58
HSV13°82°99°
CMYK 0.000.650.82   0.01
XYZ44.554028.21695.5808
Yxy28.21690.56860.3601
Hunter Lab53.119656.757430.9546
CIE-Lab60.084260.457156.8876

#fd592d color RGB value is (253,89,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 00101101
Octal 375 131 55
Decimal 253 89 45
Hex FD 59 2D

RGB Percentages of Color #fd592d

%65.37
%23.00
%11.63

CMYK Percentages of Color #fd592d

%0
%65
%82
%1

Triadic Colors of #fd592d

#fd592d #2dfd59 #592dfd

Analogous Colors of #fd592d

#fd592d #fdc12d #fd2d69

Monochromatic Colors of #fd592d

#fd592d

Complementary Color

#fd592d #2dd1fd

#fd592d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd592d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd592d Color CSS Codes

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

#fd592d Text Font Color

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

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


#fd592d Background Color

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

This div background color is #fd592d


#fd592d Border Color

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

This div border color is #fd592d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd592d

Related Colors


Comments

No comments written yet.

Please login to write comment.