Color Hex Logo

#fd581e Color Hex

#FD581E
(253,88,30)
0 Favorites   0 Comments

Color spaces of #fd581e

RGB 2538830
HSL0.040.980.55
HSV16°88°99°
CMYK 0.000.650.88   0.01
XYZ44.232127.95584.2930
Yxy27.95580.57830.3655
Hunter Lab52.873256.799332.1973
CIE-Lab59.848860.534162.7025

#fd581e color RGB value is (253,88,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 00011110
Octal 375 130 36
Decimal 253 88 30
Hex FD 58 1E

RGB Percentages of Color #fd581e

%68.19
%23.72
%8.09

CMYK Percentages of Color #fd581e

%0
%65
%88
%1

Triadic Colors of #fd581e

#fd581e #1efd58 #581efd

Analogous Colors of #fd581e

#fd581e #fdc81e #fd1e53

Monochromatic Colors of #fd581e

#fd581e

Complementary Color

#fd581e #1ec3fd

#fd581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd581e Color CSS Codes

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

#fd581e Text Font Color

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

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


#fd581e Background Color

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

This div background color is #fd581e


#fd581e Border Color

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

This div border color is #fd581e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd581e


Comments

No comments written yet.

Please login to write comment.