Color Hex Logo

#fd8319 Color Hex

#FD8319
(253,131,25)
0 Favorites   0 Comments

Color spaces of #fd8319

RGB 25313125
HSL0.080.980.55
HSV28°90°99°
CMYK 0.000.480.90   0.01
XYZ48.799837.18545.5252
Yxy37.18540.53330.4064
Hunter Lab60.979836.131937.3138
CIE-Lab67.415940.820369.7760

#fd8319 color RGB value is (253,131,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 00011001
Octal 375 203 31
Decimal 253 131 25
Hex FD 83 19

RGB Percentages of Color #fd8319

%61.86
%32.03
%6.11

CMYK Percentages of Color #fd8319

%0
%48
%90
%1

Triadic Colors of #fd8319

#fd8319 #19fd83 #8319fd

Analogous Colors of #fd8319

#fd8319 #fdf519 #fd1921

Monochromatic Colors of #fd8319

#fd8319

Complementary Color

#fd8319 #1993fd

#fd8319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8319 Color CSS Codes

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

#fd8319 Text Font Color

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

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


#fd8319 Background Color

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

This div background color is #fd8319


#fd8319 Border Color

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

This div border color is #fd8319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8319


Comments

No comments written yet.

Please login to write comment.