Color Hex Logo

#fd730d Color Hex

#FD730D
(253,115,13)
0 Favorites   0 Comments

Color spaces of #fd730d

RGB 25311513
HSL0.070.980.52
HSV26°95°99°
CMYK 0.000.550.95   0.01
XYZ46.711433.17324.3219
Yxy33.17320.55470.3940
Hunter Lab57.596243.973035.8683
CIE-Lab64.300948.452270.2262

#fd730d color RGB value is (253,115,13).

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

The process color (four color CMYK) of #fd730d color hex is 0.00, 0.55, 0.95, 0.01. Web safe color of #fd730d is #ff6600. Color #fd730d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 00001101
Octal 375 163 15
Decimal 253 115 13
Hex FD 73 D

RGB Percentages of Color #fd730d

%66.40
%30.18
%3.41

CMYK Percentages of Color #fd730d

%0
%55
%95
%1

Triadic Colors of #fd730d

#fd730d #0dfd73 #730dfd

Analogous Colors of #fd730d

#fd730d #fdeb0d #fd0d1f

Monochromatic Colors of #fd730d

#fd730d

Complementary Color

#fd730d #0d97fd

#fd730d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd730d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd730d Color CSS Codes

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

#fd730d Text Font Color

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

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


#fd730d Background Color

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

This div background color is #fd730d


#fd730d Border Color

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

This div border color is #fd730d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd730d


Comments

No comments written yet.

Please login to write comment.