Color Hex Logo

#fd561f Color Hex

#FD561F
(253,86,31)
0 Favorites   0 Comments

Color spaces of #fd561f

RGB 2538631
HSL0.040.980.56
HSV15°88°99°
CMYK 0.000.660.88   0.01
XYZ44.083127.63724.3074
Yxy27.63720.57980.3635
Hunter Lab52.571157.680431.9419
CIE-Lab59.559561.345262.1278

#fd561f color RGB value is (253,86,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 00011111
Octal 375 126 37
Decimal 253 86 31
Hex FD 56 1F

RGB Percentages of Color #fd561f

%68.38
%23.24
%8.38

CMYK Percentages of Color #fd561f

%0
%66
%88
%1

Triadic Colors of #fd561f

#fd561f #1ffd56 #561ffd

Analogous Colors of #fd561f

#fd561f #fdc51f #fd1f57

Monochromatic Colors of #fd561f

#fd561f

Complementary Color

#fd561f #1fc6fd

#fd561f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd561f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd561f Color CSS Codes

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

#fd561f Text Font Color

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

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


#fd561f Background Color

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

This div background color is #fd561f


#fd561f Border Color

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

This div border color is #fd561f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd561f


Comments

No comments written yet.

Please login to write comment.