Color Hex Logo

#fd551d Color Hex

#FD551D
(253,85,29)
0 Favorites   0 Comments

Color spaces of #fd551d

RGB 2538529
HSL0.040.980.55
HSV15°89°99°
CMYK 0.000.660.89   0.01
XYZ43.978327.46844.1464
Yxy27.46840.58180.3634
Hunter Lab52.410358.064131.9965
CIE-Lab59.405461.702762.7219

#fd551d color RGB value is (253,85,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 00011101
Octal 375 125 35
Decimal 253 85 29
Hex FD 55 1D

RGB Percentages of Color #fd551d

%68.94
%23.16
%7.90

CMYK Percentages of Color #fd551d

%0
%66
%89
%1

Triadic Colors of #fd551d

#fd551d #1dfd55 #551dfd

Analogous Colors of #fd551d

#fd551d #fdc51d #fd1d55

Monochromatic Colors of #fd551d

#fd551d

Complementary Color

#fd551d #1dc5fd

#fd551d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd551d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd551d Color CSS Codes

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

#fd551d Text Font Color

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

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


#fd551d Background Color

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

This div background color is #fd551d


#fd551d Border Color

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

This div border color is #fd551d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd551d


Comments

No comments written yet.

Please login to write comment.