Color Hex Logo

#fd5106 Color Hex

#FD5106
(253,81,6)
0 Favorites   0 Comments

Color spaces of #fd5106

RGB 253816
HSL0.050.980.51
HSV18°98°99°
CMYK 0.000.680.98   0.01
XYZ43.483326.78073.0497
Yxy26.78070.59310.3653
Hunter Lab51.750159.423032.7310
CIE-Lab58.770862.981768.1769

#fd5106 color RGB value is (253,81,6).

#fd5106 hex color red value is 253, green value is 81 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #fd5106 hue: 0.05 , saturation: 0.98 and the lightness value of fd5106 is 0.51.

The process color (four color CMYK) of #fd5106 color hex is 0.00, 0.68, 0.98, 0.01. Web safe color of #fd5106 is #ff6600. Color #fd5106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010001 00000110
Octal 375 121 6
Decimal 253 81 6
Hex FD 51 6

RGB Percentages of Color #fd5106

%74.41
%23.82
%1.76

CMYK Percentages of Color #fd5106

%0
%68
%98
%1

Triadic Colors of #fd5106

#fd5106 #06fd51 #5106fd

Analogous Colors of #fd5106

#fd5106 #fdcd06 #fd0636

Monochromatic Colors of #fd5106

#fd5106

Complementary Color

#fd5106 #06b2fd

#fd5106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5106 Color CSS Codes

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

#fd5106 Text Font Color

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

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


#fd5106 Background Color

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

This div background color is #fd5106


#fd5106 Border Color

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

This div border color is #fd5106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5106


Comments

No comments written yet.

Please login to write comment.