Color Hex Logo

#fd731d Color Hex

#FD731D
(253,115,29)
0 Favorites   0 Comments

Color spaces of #fd731d

RGB 25311529
HSL0.060.980.55
HSV23°89°99°
CMYK 0.000.550.89   0.01
XYZ46.860533.23285.1072
Yxy33.23280.55000.3901
Hunter Lab57.647944.214335.1008
CIE-Lab64.349048.664466.4046

#fd731d color RGB value is (253,115,29).

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

The process color (four color CMYK) of #fd731d color hex is 0.00, 0.55, 0.89, 0.01. Web safe color of #fd731d is #ff6633. Color #fd731d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 00011101
Octal 375 163 35
Decimal 253 115 29
Hex FD 73 1D

RGB Percentages of Color #fd731d

%63.73
%28.97
%7.30

CMYK Percentages of Color #fd731d

%0
%55
%89
%1

Triadic Colors of #fd731d

#fd731d #1dfd73 #731dfd

Analogous Colors of #fd731d

#fd731d #fde31d #fd1d37

Monochromatic Colors of #fd731d

#fd731d

Complementary Color

#fd731d #1da7fd

#fd731d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd731d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd731d Color CSS Codes

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

#fd731d Text Font Color

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

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


#fd731d Background Color

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

This div background color is #fd731d


#fd731d Border Color

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

This div border color is #fd731d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd731d


Comments

No comments written yet.

Please login to write comment.