Color Hex Logo

#fd531e Color Hex

#FD531E
(253,83,30)
0 Favorites   0 Comments

Color spaces of #fd531e

RGB 2538330
HSL0.040.980.55
HSV14°88°99°
CMYK 0.000.670.88   0.01
XYZ43.835627.16294.1609
Yxy27.16290.58320.3614
Hunter Lab52.118058.926831.7491
CIE-Lab59.124862.493462.1598

#fd531e color RGB value is (253,83,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 00011110
Octal 375 123 36
Decimal 253 83 30
Hex FD 53 1E

RGB Percentages of Color #fd531e

%69.13
%22.68
%8.20

CMYK Percentages of Color #fd531e

%0
%67
%88
%1

Triadic Colors of #fd531e

#fd531e #1efd53 #531efd

Analogous Colors of #fd531e

#fd531e #fdc31e #fd1e59

Monochromatic Colors of #fd531e

#fd531e

Complementary Color

#fd531e #1ec8fd

#fd531e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd531e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd531e Color CSS Codes

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

#fd531e Text Font Color

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

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


#fd531e Background Color

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

This div background color is #fd531e


#fd531e Border Color

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

This div border color is #fd531e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd531e

Related Colors


Comments

No comments written yet.

Please login to write comment.