Color Hex Logo

#fd4721 Color Hex

#FD4721
(253,71,33)
0 Favorites   0 Comments

Color spaces of #fd4721

RGB 2537133
HSL0.030.980.56
HSV10°87°99°
CMYK 0.000.720.87   0.01
XYZ43.035825.49894.0924
Yxy25.49890.59260.3511
Hunter Lab50.496463.758630.5424
CIE-Lab57.558366.881659.8307

#fd4721 color RGB value is (253,71,33).

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

The process color (four color CMYK) of #fd4721 color hex is 0.00, 0.72, 0.87, 0.01. Web safe color of #fd4721 is #ff3333. Color #fd4721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 00100001
Octal 375 107 41
Decimal 253 71 33
Hex FD 47 21

RGB Percentages of Color #fd4721

%70.87
%19.89
%9.24

CMYK Percentages of Color #fd4721

%0
%72
%87
%1

Triadic Colors of #fd4721

#fd4721 #21fd47 #4721fd

Analogous Colors of #fd4721

#fd4721 #fdb521 #fd2169

Monochromatic Colors of #fd4721

#fd4721

Complementary Color

#fd4721 #21d7fd

#fd4721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4721 Color CSS Codes

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

#fd4721 Text Font Color

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

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


#fd4721 Background Color

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

This div background color is #fd4721


#fd4721 Border Color

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

This div border color is #fd4721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4721


Comments

No comments written yet.

Please login to write comment.