Color Hex Logo

#fd9d29 Color Hex

#FD9D29
(253,157,41)
0 Favorites   0 Comments

Color spaces of #fd9d29

RGB 25315741
HSL0.090.980.58
HSV33°84°99°
CMYK 0.000.380.84   0.01
XYZ52.965245.15678.0224
Yxy45.15670.49900.4254
Hunter Lab67.198723.093739.9609
CIE-Lab72.995027.854569.5944

#fd9d29 color RGB value is (253,157,41).

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

The process color (four color CMYK) of #fd9d29 color hex is 0.00, 0.38, 0.84, 0.01. Web safe color of #fd9d29 is #ff9933. Color #fd9d29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011101 00101001
Octal 375 235 51
Decimal 253 157 41
Hex FD 9D 29

RGB Percentages of Color #fd9d29

%56.10
%34.81
%9.09

CMYK Percentages of Color #fd9d29

%0
%38
%84
%1

Triadic Colors of #fd9d29

#fd9d29 #29fd9d #9d29fd

Analogous Colors of #fd9d29

#fd9d29 #f3fd29 #fd3329

Monochromatic Colors of #fd9d29

#fd9d29

Complementary Color

#fd9d29 #2989fd

#fd9d29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9d29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9d29 Color CSS Codes

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

#fd9d29 Text Font Color

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

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


#fd9d29 Background Color

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

This div background color is #fd9d29


#fd9d29 Border Color

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

This div border color is #fd9d29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,157,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 #fd9d29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9d29


Comments

No comments written yet.

Please login to write comment.