Color Hex Logo

#fd8713 Color Hex

#FD8713
(253,135,19)
0 Favorites   0 Comments

Color spaces of #fd8713

RGB 25313519
HSL0.080.980.53
HSV30°92°99°
CMYK 0.000.470.92   0.01
XYZ49.289538.25765.4027
Yxy38.25760.53030.4116
Hunter Lab61.852734.001738.1181
CIE-Lab68.210038.732071.6966

#fd8713 color RGB value is (253,135,19).

#fd8713 hex color red value is 253, green value is 135 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fd8713 hue: 0.08 , saturation: 0.98 and the lightness value of fd8713 is 0.53.

The process color (four color CMYK) of #fd8713 color hex is 0.00, 0.47, 0.92, 0.01. Web safe color of #fd8713 is #ff9900. Color #fd8713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000111 00010011
Octal 375 207 23
Decimal 253 135 19
Hex FD 87 13

RGB Percentages of Color #fd8713

%62.16
%33.17
%4.67

CMYK Percentages of Color #fd8713

%0
%47
%92
%1

Triadic Colors of #fd8713

#fd8713 #13fd87 #8713fd

Analogous Colors of #fd8713

#fd8713 #fdfc13 #fd1314

Monochromatic Colors of #fd8713

#fd8713

Complementary Color

#fd8713 #1389fd

#fd8713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8713 Color CSS Codes

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

#fd8713 Text Font Color

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

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


#fd8713 Background Color

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

This div background color is #fd8713


#fd8713 Border Color

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

This div border color is #fd8713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8713


Comments

No comments written yet.

Please login to write comment.