#ff7f50
Coral Color Codes
Code | Value |
---|---|
HEX | #ff7f50 |
RGB | rgb(255,127,80) |
HSL | |
CMYK |
Shades of Coral (#ff7f50)
Tints of Coral (#ff7f50)
Coral (#ff7f50) Preview
Text with hexademical color #ff7f50
This text has a font color of #ff7f50
<span style="color: #ff7f50;"h1>Text</span/h1>
#ff7f50 background color
This paragraph has a background color of #ff7f50
<p style="background-color: #ff7f50;"h1>Text</p/h1>
#ff7f50 border color
This element has a border color of #ff7f50
<div style="border: 2px solid #ff7f50;"h1>Text</div/h1>
CSS codes
.text {color:#ff7f50;}
.background {background-color: #ff7f50;}
.border {border:2px solid #ff7f50;}