Color Hex Logo

#fd8313 Color Hex

#FD8313
(253,131,19)
0 Favorites   0 Comments

Color spaces of #fd8313

RGB 25313119
HSL0.080.980.53
HSV29°92°99°
CMYK 0.000.480.92   0.01
XYZ48.741937.16235.2202
Yxy37.16230.53490.4078
Hunter Lab60.960936.039937.5955
CIE-Lab67.398640.736371.1346

#fd8313 color RGB value is (253,131,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 00010011
Octal 375 203 23
Decimal 253 131 19
Hex FD 83 13

RGB Percentages of Color #fd8313

%62.78
%32.51
%4.71

CMYK Percentages of Color #fd8313

%0
%48
%92
%1

Triadic Colors of #fd8313

#fd8313 #13fd83 #8313fd

Analogous Colors of #fd8313

#fd8313 #fdf813 #fd1318

Monochromatic Colors of #fd8313

#fd8313

Complementary Color

#fd8313 #138dfd

#fd8313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8313 Color CSS Codes

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

#fd8313 Text Font Color

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

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


#fd8313 Background Color

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

This div background color is #fd8313


#fd8313 Border Color

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

This div border color is #fd8313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8313

Related Colors

#fd8313 Color Palettes


Comments

No comments written yet.

Please login to write comment.