Shades of Coral #FD8159
Tints of Coral #FD8159
RGB
CMYK
RGB Variations
Color information
#FD8159 (or 0xFD8159) is known color: Coral. HEX triplet: FD, 81 and 59. RGB value is (253,129,89). Sum of RGB (Red+Green+Blue) = 253+129+89=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8159 is #027EA6. Grayscale: #A1A1A1. Windows color (decimal): -163495 or 5865981. OLE color: 5865981.
HSL color Cylindrical-coordinate representation of color #FD8159: hue angle of 14.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD8159 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 89 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.01 |
| HSL | 14.63º | 0.98% | 0.67% | - |
| HSV(B) | 14.63º | 0.65% | 0.99% | - |
| XYZ | 50.16 | 37.3 | 14.01 | - |
| YUV | 161.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 89 | 0 | 0.49 | 0.65 | 0.01 | 14.63 | 0.98 | 0.67 |
| Hex | FD | 81 | 59 | 0 | 31 | 41 | 1 | F | 62 | 43 |
| Octal | 375 | 201 | 131 | 0 | 61 | 101 | 1 | 17 | 142 | 103 |
| Binary | 11111101 | 10000001 | 1011001 | 0 | 110001 | 1000001 | 1 | 1111 | 1100010 | 1000011 |
Color Harmonies of #FD8159
Complementary color
Monochromatic Colors of #FD8159
Black with #FD8159
Text Example
Text Example
White with #FD8159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8159; }
p { color: rgb(253,129,89); }
H1.HeaderClassName
{
color: #FD8159;
}
.AnyTagClassName
{
color: #FD8159;
}
</style>
background-color css
<style>
a { background-color: #FD8159; }
a { background-color: rgb(253,129,89); }
div.DivClassName
{
background-color: #FD8159;
}
.BgClassName
{
background-color: #FD8159;
}
</style>
border-color css
<style>
span { border-color: #FD8159; }
span { border-color: rgb(253,129,89); }
td.TdClassName
{
border-color: #FD8159;
}
.TagClassName
{
border-color: #FD8159;
}
</style>