Color Hex Logo

#fd531f Color Hex

#FD531F
(253,83,31)
1 Favorites   0 Comments

Color spaces of #fd531f

RGB 2538331
HSL0.040.980.56
HSV14°88°99°
CMYK 0.000.670.88   0.01
XYZ43.848627.16814.2292
Yxy27.16810.58270.3611
Hunter Lab52.123058.948231.6754
CIE-Lab59.129662.510961.8015

#fd531f color RGB value is (253,83,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 00011111
Octal 375 123 37
Decimal 253 83 31
Hex FD 53 1F

RGB Percentages of Color #fd531f

%68.94
%22.62
%8.45

CMYK Percentages of Color #fd531f

%0
%67
%88
%1

Triadic Colors of #fd531f

#fd531f #1ffd53 #531ffd

Analogous Colors of #fd531f

#fd531f #fdc21f #fd1f5a

Monochromatic Colors of #fd531f

#fd531f

Complementary Color

#fd531f #1fc9fd

#fd531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd531f Color CSS Codes

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

#fd531f Text Font Color

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

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


#fd531f Background Color

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

This div background color is #fd531f


#fd531f Border Color

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

This div border color is #fd531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd531f

#fd531f Color Palettes


Comments

No comments written yet.

Please login to write comment.