Color Hex Logo

#fd5129 Color Hex

#FD5129
(253,81,41)
0 Favorites   0 Comments

Color spaces of #fd5129

RGB 2538141
HSL0.030.980.58
HSV11°84°99°
CMYK 0.000.680.84   0.01
XYZ43.850726.92764.9842
Yxy26.92760.57880.3554
Hunter Lab51.891860.029130.6295
CIE-Lab58.907363.475557.6061

#fd5129 color RGB value is (253,81,41).

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

The process color (four color CMYK) of #fd5129 color hex is 0.00, 0.68, 0.84, 0.01. Web safe color of #fd5129 is #ff6633. Color #fd5129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010001 00101001
Octal 375 121 51
Decimal 253 81 41
Hex FD 51 29

RGB Percentages of Color #fd5129

%67.47
%21.60
%10.93

CMYK Percentages of Color #fd5129

%0
%68
%84
%1

Triadic Colors of #fd5129

#fd5129 #29fd51 #5129fd

Analogous Colors of #fd5129

#fd5129 #fdbb29 #fd296b

Monochromatic Colors of #fd5129

#fd5129

Complementary Color

#fd5129 #29d5fd

#fd5129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5129 Color CSS Codes

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

#fd5129 Text Font Color

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

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


#fd5129 Background Color

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

This div background color is #fd5129


#fd5129 Border Color

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

This div border color is #fd5129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5129

Related Colors


Comments

No comments written yet.

Please login to write comment.