Color Hex Logo

#fd5503 Color Hex

#FD5503
(253,85,3)
0 Favorites   0 Comments

Color spaces of #fd5503

RGB 253853
HSL0.050.980.50
HSV20°99°99°
CMYK 0.000.660.99   0.01
XYZ43.772927.38623.0651
Yxy27.38620.58970.3690
Hunter Lab52.331857.725433.1596
CIE-Lab59.330161.424269.0392

#fd5503 color RGB value is (253,85,3).

#fd5503 hex color red value is 253, green value is 85 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #fd5503 hue: 0.05 , saturation: 0.98 and the lightness value of fd5503 is 0.50.

The process color (four color CMYK) of #fd5503 color hex is 0.00, 0.66, 0.99, 0.01. Web safe color of #fd5503 is #ff6600. Color #fd5503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 00000011
Octal 375 125 3
Decimal 253 85 3
Hex FD 55 3

RGB Percentages of Color #fd5503

%74.19
%24.93
%0.88

CMYK Percentages of Color #fd5503

%0
%66
%99
%1

Triadic Colors of #fd5503

#fd5503 #03fd55 #5503fd

Analogous Colors of #fd5503

#fd5503 #fdd203 #fd032e

Monochromatic Colors of #fd5503

#fd5503

Complementary Color

#fd5503 #03abfd

#fd5503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5503 Color CSS Codes

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

#fd5503 Text Font Color

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

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


#fd5503 Background Color

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

This div background color is #fd5503


#fd5503 Border Color

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

This div border color is #fd5503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5503


Comments

No comments written yet.

Please login to write comment.