Color Hex Logo

#fd563d Color Hex

#FD563D
(253,86,61)
0 Favorites   0 Comments

Color spaces of #fd563d

RGB 2538661
HSL0.020.980.62
HSV76°99°
CMYK 0.000.660.76   0.01
XYZ44.678127.87517.4405
Yxy27.87510.55850.3485
Hunter Lab52.796958.656828.6023
CIE-Lab59.775762.146948.8809

#fd563d color RGB value is (253,86,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 00111101
Octal 375 126 75
Decimal 253 86 61
Hex FD 56 3D

RGB Percentages of Color #fd563d

%63.25
%21.50
%15.25

CMYK Percentages of Color #fd563d

%0
%66
%76
%1

Triadic Colors of #fd563d

#fd563d #3dfd56 #563dfd

Analogous Colors of #fd563d

#fd563d #fdb63d #fd3d84

Monochromatic Colors of #fd563d

#fd563d

Complementary Color

#fd563d #3de4fd

#fd563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd563d Color CSS Codes

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

#fd563d Text Font Color

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

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


#fd563d Background Color

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

This div background color is #fd563d


#fd563d Border Color

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

This div border color is #fd563d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd563d


Comments

No comments written yet.

Please login to write comment.