Shades of Coral #FD7350
Tints of Coral #FD7350
RGB
CMYK
RGB Variations
Color information
#FD7350 (or 0xFD7350) is known color: Coral. HEX triplet: FD, 73 and 50. RGB value is (253,115,80). Sum of RGB (Red+Green+Blue) = 253+115+80=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7350 is #028CAF. Grayscale: #989898. Windows color (decimal): -167088 or 5272573. OLE color: 5272573.
HSL color Cylindrical-coordinate representation of color #FD7350: hue angle of 12.14º 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 #FD7350 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 80 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.01 |
| HSL | 12.14º | 0.98% | 0.65% | - |
| HSV(B) | 12.14º | 0.68% | 0.99% | - |
| XYZ | 48.09 | 33.72 | 11.56 | - |
| YUV | 152.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 80 | 0 | 0.55 | 0.68 | 0.01 | 12.14 | 0.98 | 0.65 |
| Hex | FD | 73 | 50 | 0 | 37 | 44 | 1 | C | 62 | 41 |
| Octal | 375 | 163 | 120 | 0 | 67 | 104 | 1 | 14 | 142 | 101 |
| Binary | 11111101 | 1110011 | 1010000 | 0 | 110111 | 1000100 | 1 | 1100 | 1100010 | 1000001 |
Color Harmonies of #FD7350
Complementary color
Monochromatic Colors of #FD7350
Black with #FD7350
Text Example
Text Example
White with #FD7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7350; }
p { color: rgb(253,115,80); }
H1.HeaderClassName
{
color: #FD7350;
}
.AnyTagClassName
{
color: #FD7350;
}
</style>
background-color css
<style>
a { background-color: #FD7350; }
a { background-color: rgb(253,115,80); }
div.DivClassName
{
background-color: #FD7350;
}
.BgClassName
{
background-color: #FD7350;
}
</style>
border-color css
<style>
span { border-color: #FD7350; }
span { border-color: rgb(253,115,80); }
td.TdClassName
{
border-color: #FD7350;
}
.TagClassName
{
border-color: #FD7350;
}
</style>