Shades of Coral #FD7351
Tints of Coral #FD7351
RGB
CMYK
RGB Variations
Color information
#FD7351 (or 0xFD7351) is known color: Coral. HEX triplet: FD, 73 and 51. RGB value is (253,115,81). Sum of RGB (Red+Green+Blue) = 253+115+81=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7351 is #028CAE. Grayscale: #989898. Windows color (decimal): -167087 or 5338109. OLE color: 5338109.
HSL color Cylindrical-coordinate representation of color #FD7351: hue angle of 11.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD7351 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 81 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.01 |
| HSL | 11.86º | 0.98% | 0.65% | - |
| HSV(B) | 11.86º | 0.68% | 0.99% | - |
| XYZ | 48.12 | 33.74 | 11.76 | - |
| YUV | 152.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 81 | 0 | 0.55 | 0.68 | 0.01 | 11.86 | 0.98 | 0.65 |
| Hex | FD | 73 | 51 | 0 | 37 | 44 | 1 | C | 62 | 41 |
| Octal | 375 | 163 | 121 | 0 | 67 | 104 | 1 | 14 | 142 | 101 |
| Binary | 11111101 | 1110011 | 1010001 | 0 | 110111 | 1000100 | 1 | 1100 | 1100010 | 1000001 |
Color Harmonies of #FD7351
Complementary color
Monochromatic Colors of #FD7351
Black with #FD7351
Text Example
Text Example
White with #FD7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7351; }
p { color: rgb(253,115,81); }
H1.HeaderClassName
{
color: #FD7351;
}
.AnyTagClassName
{
color: #FD7351;
}
</style>
background-color css
<style>
a { background-color: #FD7351; }
a { background-color: rgb(253,115,81); }
div.DivClassName
{
background-color: #FD7351;
}
.BgClassName
{
background-color: #FD7351;
}
</style>
border-color css
<style>
span { border-color: #FD7351; }
span { border-color: rgb(253,115,81); }
td.TdClassName
{
border-color: #FD7351;
}
.TagClassName
{
border-color: #FD7351;
}
</style>