color codes Logo

#fd725c color codes

#FD725C
(253,114,92)
0 Favorites   0 Comments

Color spaces of #fd725c

RGB 25311492
HSL0.020.980.68
HSV64°99°
CMYK 0.000.550.64   0.01
XYZ48.457133.690014.0741
Yxy33.69000.50360.3501
Hunter Lab58.043147.444826.2537
CIE-Lab64.715851.519438.0420

#fd725c color RGB value is (253,114,92).

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

The process color (four color CMYK) of #fd725c color code is 0.00, 0.55, 0.64, 0.01. Web safe color of #fd725c is #ff6666. Color #fd725c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 01011100
Octal 375 162 134
Decimal 253 114 92
Hex FD 72 5C

RGB Percentages of Color #fd725c

%55.12
%24.84
%20.04

CMYK Percentages of Color #fd725c

%0
%55
%64
%1

Triadic Colors of #fd725c

#fd725c #5cfd72 #725cfd

Analogous Colors of #fd725c

#fd725c #fdc35c #fd5c97

Monochromatic Colors of #fd725c

#fd725c

Complementary Color

#fd725c #5ce7fd

#fd725c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd725c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd725c Color CSS Codes

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

#fd725c Text Font Color

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

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


#fd725c Background Color

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

This div background color is #fd725c


#fd725c Border Color

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

This div border color is #fd725c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd725c


Comments

No comments written yet.

Please login to write comment.