Color Hex Logo

#fd724f Color Hex

#FD724F
(253,114,79)
0 Favorites   0 Comments

Color spaces of #fd724f

RGB 25311479
HSL0.030.980.65
HSV12°69°99°
CMYK 0.000.550.69   0.01
XYZ47.936633.481811.3332
Yxy33.48180.51680.3610
Hunter Lab57.863546.616128.8918
CIE-Lab64.549150.802244.7985

#fd724f color RGB value is (253,114,79).

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

The process color (four color CMYK) of #fd724f color hex is 0.00, 0.55, 0.69, 0.01. Web safe color of #fd724f is #ff6666. Color #fd724f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 01001111
Octal 375 162 117
Decimal 253 114 79
Hex FD 72 4F

RGB Percentages of Color #fd724f

%56.73
%25.56
%17.71

CMYK Percentages of Color #fd724f

%0
%55
%69
%1

Triadic Colors of #fd724f

#fd724f #4ffd72 #724ffd

Analogous Colors of #fd724f

#fd724f #fdc94f #fd4f83

Monochromatic Colors of #fd724f

#fd724f

Complementary Color

#fd724f #4fdafd

#fd724f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd724f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd724f Color CSS Codes

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

#fd724f Text Font Color

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

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


#fd724f Background Color

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

This div background color is #fd724f


#fd724f Border Color

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

This div border color is #fd724f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd724f


Comments

No comments written yet.

Please login to write comment.