Color Hex Logo

#fd6616 Color Hex

#FD6616
(253,102,22)
0 Favorites   0 Comments

Color spaces of #fd6616

RGB 25310222
HSL0.060.980.54
HSV21°91°99°
CMYK 0.000.600.91   0.01
XYZ45.404230.44334.2421
Yxy30.44330.56690.3801
Hunter Lab55.175450.331734.0644
CIE-Lab62.034854.504166.7417

#fd6616 color RGB value is (253,102,22).

#fd6616 hex color red value is 253, green value is 102 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fd6616 hue: 0.06 , saturation: 0.98 and the lightness value of fd6616 is 0.54.

The process color (four color CMYK) of #fd6616 color hex is 0.00, 0.60, 0.91, 0.01. Web safe color of #fd6616 is #ff6600. Color #fd6616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100110 00010110
Octal 375 146 26
Decimal 253 102 22
Hex FD 66 16

RGB Percentages of Color #fd6616

%67.11
%27.06
%5.84

CMYK Percentages of Color #fd6616

%0
%60
%91
%1

Triadic Colors of #fd6616

#fd6616 #16fd66 #6616fd

Analogous Colors of #fd6616

#fd6616 #fdda16 #fd163a

Monochromatic Colors of #fd6616

#fd6616

Complementary Color

#fd6616 #16adfd

#fd6616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6616 Color CSS Codes

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

#fd6616 Text Font Color

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

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


#fd6616 Background Color

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

This div background color is #fd6616


#fd6616 Border Color

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

This div border color is #fd6616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6616

Related Colors


Comments

No comments written yet.

Please login to write comment.