#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>