Color Hex Logo

#fd563b Color Hex

#FD563B
(253,86,59)
0 Favorites   0 Comments

Color spaces of #fd563b

RGB 2538659
HSL0.020.980.61
HSV77°99°
CMYK 0.000.660.77   0.01
XYZ44.625227.85407.1620
Yxy27.85400.56030.3497
Hunter Lab52.776958.570128.8980
CIE-Lab59.756662.075849.8812

#fd563b color RGB value is (253,86,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 00111011
Octal 375 126 73
Decimal 253 86 59
Hex FD 56 3B

RGB Percentages of Color #fd563b

%63.57
%21.61
%14.82

CMYK Percentages of Color #fd563b

%0
%66
%77
%1

Triadic Colors of #fd563b

#fd563b #3bfd56 #563bfd

Analogous Colors of #fd563b

#fd563b #fdb73b #fd3b81

Monochromatic Colors of #fd563b

#fd563b

Complementary Color

#fd563b #3be2fd

#fd563b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd563b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd563b Color CSS Codes

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

#fd563b Text Font Color

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

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


#fd563b Background Color

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

This div background color is #fd563b


#fd563b Border Color

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

This div border color is #fd563b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd563b

Related Colors


Comments

No comments written yet.

Please login to write comment.