Color Hex Logo

#fd724e Color Hex

#FD724E
(253,114,78)
0 Favorites   0 Comments

Color spaces of #fd724e

RGB 25311478
HSL0.030.980.65
HSV12°69°99°
CMYK 0.000.550.69   0.01
XYZ47.900533.467311.1429
Yxy33.46730.51780.3618
Hunter Lab57.850946.558729.0756
CIE-Lab64.537550.752445.3080

#fd724e color RGB value is (253,114,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 01001110
Octal 375 162 116
Decimal 253 114 78
Hex FD 72 4E

RGB Percentages of Color #fd724e

%56.85
%25.62
%17.53

CMYK Percentages of Color #fd724e

%0
%55
%69
%1

Triadic Colors of #fd724e

#fd724e #4efd72 #724efd

Analogous Colors of #fd724e

#fd724e #fdca4e #fd4e82

Monochromatic Colors of #fd724e

#fd724e

Complementary Color

#fd724e #4ed9fd

#fd724e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd724e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd724e Color CSS Codes

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

#fd724e Text Font Color

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

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


#fd724e Background Color

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

This div background color is #fd724e


#fd724e Border Color

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

This div border color is #fd724e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd724e

Related Colors


Comments

No comments written yet.

Please login to write comment.