Color Hex Logo

#fd573a Color Hex

#FD573A
(253,87,58)
0 Favorites   0 Comments

Color spaces of #fd573a

RGB 2538758
HSL0.020.980.61
HSV77°99°
CMYK 0.000.660.77   0.01
XYZ44.679928.00457.0535
Yxy28.00450.56030.3512
Hunter Lab52.919358.099329.1409
CIE-Lab59.892861.647550.5257

#fd573a color RGB value is (253,87,58).

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

The process color (four color CMYK) of #fd573a color hex is 0.00, 0.66, 0.77, 0.01. Web safe color of #fd573a is #ff6633. Color #fd573a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 00111010
Octal 375 127 72
Decimal 253 87 58
Hex FD 57 3A

RGB Percentages of Color #fd573a

%63.57
%21.86
%14.57

CMYK Percentages of Color #fd573a

%0
%66
%77
%1

Triadic Colors of #fd573a

#fd573a #3afd57 #573afd

Analogous Colors of #fd573a

#fd573a #fdb93a #fd3a7f

Monochromatic Colors of #fd573a

#fd573a

Complementary Color

#fd573a #3ae0fd

#fd573a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd573a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd573a Color CSS Codes

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

#fd573a Text Font Color

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

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


#fd573a Background Color

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

This div background color is #fd573a


#fd573a Border Color

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

This div border color is #fd573a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd573a

Related Colors


Comments

No comments written yet.

Please login to write comment.