Color Hex Logo

#fd503c Color Hex

#FD503C
(253,80,60)
0 Favorites   0 Comments

Color spaces of #fd503c

RGB 2538060
HSL0.020.980.61
HSV76°99°
CMYK 0.000.680.76   0.01
XYZ44.192326.94627.1469
Yxy26.94620.56450.3442
Hunter Lab51.909761.120328.1738
CIE-Lab58.924564.401848.5033

#fd503c color RGB value is (253,80,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 00111100
Octal 375 120 74
Decimal 253 80 60
Hex FD 50 3C

RGB Percentages of Color #fd503c

%64.38
%20.36
%15.27

CMYK Percentages of Color #fd503c

%0
%68
%76
%1

Triadic Colors of #fd503c

#fd503c #3cfd50 #503cfd

Analogous Colors of #fd503c

#fd503c #fdb13c #fd3c89

Monochromatic Colors of #fd503c

#fd503c

Complementary Color

#fd503c #3ce9fd

#fd503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd503c Color CSS Codes

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

#fd503c Text Font Color

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

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


#fd503c Background Color

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

This div background color is #fd503c


#fd503c Border Color

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

This div border color is #fd503c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd503c


Comments

No comments written yet.

Please login to write comment.