Color Hex Logo

#fd7429 Color Hex

#FD7429
(253,116,41)
0 Favorites   0 Comments

Color spaces of #fd7429

RGB 25311641
HSL0.060.980.58
HSV21°84°99°
CMYK 0.000.540.84   0.01
XYZ47.153633.53356.0852
Yxy33.53350.54340.3865
Hunter Lab57.908144.010334.3053
CIE-Lab64.590648.444862.4833

#fd7429 color RGB value is (253,116,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 00101001
Octal 375 164 51
Decimal 253 116 41
Hex FD 74 29

RGB Percentages of Color #fd7429

%61.71
%28.29
%10.00

CMYK Percentages of Color #fd7429

%0
%54
%84
%1

Triadic Colors of #fd7429

#fd7429 #29fd74 #7429fd

Analogous Colors of #fd7429

#fd7429 #fdde29 #fd2948

Monochromatic Colors of #fd7429

#fd7429

Complementary Color

#fd7429 #29b2fd

#fd7429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7429 Color CSS Codes

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

#fd7429 Text Font Color

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

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


#fd7429 Background Color

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

This div background color is #fd7429


#fd7429 Border Color

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

This div border color is #fd7429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7429


Comments

No comments written yet.

Please login to write comment.