Color Hex Logo

#fd561d Color Hex

#FD561D
(253,86,29)
0 Favorites   0 Comments

Color spaces of #fd561d

RGB 2538629
HSL0.040.980.55
HSV15°89°99°
CMYK 0.000.660.89   0.01
XYZ44.057627.62694.1728
Yxy27.62690.58080.3642
Hunter Lab52.561357.638932.0859
CIE-Lab59.550261.311162.8290

#fd561d color RGB value is (253,86,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 00011101
Octal 375 126 35
Decimal 253 86 29
Hex FD 56 1D

RGB Percentages of Color #fd561d

%68.75
%23.37
%7.88

CMYK Percentages of Color #fd561d

%0
%66
%89
%1

Triadic Colors of #fd561d

#fd561d #1dfd56 #561dfd

Analogous Colors of #fd561d

#fd561d #fdc61d #fd1d54

Monochromatic Colors of #fd561d

#fd561d

Complementary Color

#fd561d #1dc4fd

#fd561d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd561d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd561d Color CSS Codes

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

#fd561d Text Font Color

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

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


#fd561d Background Color

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

This div background color is #fd561d


#fd561d Border Color

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

This div border color is #fd561d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd561d

Related Colors


Comments

No comments written yet.

Please login to write comment.