Color Hex Logo

#fd503f Color Hex

#FD503F
(253,80,63)
0 Favorites   0 Comments

Color spaces of #fd503f

RGB 2538063
HSL0.010.980.62
HSV75°99°
CMYK 0.000.680.75   0.01
XYZ44.273926.97887.5766
Yxy26.97880.56160.3422
Hunter Lab51.941161.254027.7102
CIE-Lab58.954764.509946.9698

#fd503f color RGB value is (253,80,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 00111111
Octal 375 120 77
Decimal 253 80 63
Hex FD 50 3F

RGB Percentages of Color #fd503f

%63.89
%20.20
%15.91

CMYK Percentages of Color #fd503f

%0
%68
%75
%1

Triadic Colors of #fd503f

#fd503f #3ffd50 #503ffd

Analogous Colors of #fd503f

#fd503f #fdaf3f #fd3f8d

Monochromatic Colors of #fd503f

#fd503f

Complementary Color

#fd503f #3fecfd

#fd503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd503f Color CSS Codes

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

#fd503f Text Font Color

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

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


#fd503f Background Color

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

This div background color is #fd503f


#fd503f Border Color

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

This div border color is #fd503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd503f


Comments

No comments written yet.

Please login to write comment.