#FD5E53 color RGB value is (15, 213, 229).
#FD5E53 hex color red value is 15, green value is 213, and blue value is 229.
Cylindrical-coordinate representations (HSL) of color #FD5E53
hue: 184.49,
saturation: 0.88 and lightness: 0.48.
The process color (four-color CMYK) of #FD5E53 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #FD5E53 is #ff9999. Color #FD5E53 contains mainly RED.
Color spaces of #FD5E53 | Value |
---|---|
RGB | 253, 94, 83 |
HSL | 0.01, 0.98, 0.66 |
HSV | 4°, 67°, 99° |
XYZ | 46.08, 29.52, 11.45 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 1011110 | 1010011 |
Octal | 375 | 136 | 123 |
Decimal | 253 | 94 | 83 |
Hex | FD | 5E | 53 |
Shades of #FD5E53
Tints of #FD5E53
.mybgColor {background-color: #FD5E53;} .myforeColor {color: #FD5E53;} .myborderColor {border:3px solid #FD5E53;}
<p style="color:#FD5E53">Text here</p>
This sample text is styled with the font color #FD5E53. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#FD5E53">Div content here</div>
<div style="border:3px solid #FD5E53">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253, 94, 83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #FD5E53; } .divShadow { -moz-box-shadow: 1px 1px 3px #FD5E53; -webkit-box-shadow: 1px 1px 3px #FD5E53; box-shadow: 1px 1px 3px #FD5E53; }
<p style="text-shadow: 4px 4px 2px rgba(253, 94, 83, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #FD5E53;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #FD5E53;
-webkit-box-shadow: 1px 1px 3px #FD5E53;
box-shadow: 1px 1px 3px #FD5E53;">Div content here</div>