Color Hex Logo

#fd8122 Color Hex

#FD8122
(253,129,34)
0 Favorites   0 Comments

Color spaces of #fd8122

RGB 25312934
HSL0.070.980.56
HSV26°87°99°
CMYK 0.000.490.87   0.01
XYZ48.647036.69876.0329
Yxy36.69870.53240.4016
Hunter Lab60.579537.326536.5011
CIE-Lab67.050441.977566.9440

#fd8122 color RGB value is (253,129,34).

#fd8122 hex color red value is 253, green value is 129 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fd8122 hue: 0.07 , saturation: 0.98 and the lightness value of fd8122 is 0.56.

The process color (four color CMYK) of #fd8122 color hex is 0.00, 0.49, 0.87, 0.01. Web safe color of #fd8122 is #ff9933. Color #fd8122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 00100010
Octal 375 201 42
Decimal 253 129 34
Hex FD 81 22

RGB Percentages of Color #fd8122

%60.82
%31.01
%8.17

CMYK Percentages of Color #fd8122

%0
%49
%87
%1

Triadic Colors of #fd8122

#fd8122 #22fd81 #8122fd

Analogous Colors of #fd8122

#fd8122 #fdef22 #fd2230

Monochromatic Colors of #fd8122

#fd8122

Complementary Color

#fd8122 #229efd

#fd8122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8122 Color CSS Codes

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

#fd8122 Text Font Color

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

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


#fd8122 Background Color

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

This div background color is #fd8122


#fd8122 Border Color

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

This div border color is #fd8122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8122


Comments

No comments written yet.

Please login to write comment.