Shades of Coral #FF8959
Tints of Coral #FF8959
RGB
CMYK
RGB Variations
Color information
#FF8959 (or 0xFF8959) is known color: Coral. HEX triplet: FF, 89 and 59. RGB value is (255,137,89). Sum of RGB (Red+Green+Blue) = 255+137+89=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8959 is #0076A6. Grayscale: #A7A7A7. Windows color (decimal): -30375 or 5868031. OLE color: 5868031.
HSL color Cylindrical-coordinate representation of color #FF8959: hue angle of 17.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8959 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 89 | - |
| CMYK | 0 | 0.46 | 0.65 | 0 |
| HSL | 17.35º | 1% | 0.67% | - |
| HSV(B) | 17.35º | 0.65% | 1% | - |
| XYZ | 51.99 | 39.87 | 14.41 | - |
| YUV | 166.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 89 | 0 | 0.46 | 0.65 | 0 | 17.35 | 1 | 0.67 |
| Hex | FF | 89 | 59 | 0 | 2E | 41 | 0 | 11 | 64 | 43 |
| Octal | 377 | 211 | 131 | 0 | 56 | 101 | 0 | 21 | 144 | 103 |
| Binary | 11111111 | 10001001 | 1011001 | 0 | 101110 | 1000001 | 0 | 10001 | 1100100 | 1000011 |
Color Harmonies of #FF8959
Complementary color
Monochromatic Colors of #FF8959
Black with #FF8959
Text Example
Text Example
White with #FF8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8959; }
p { color: rgb(255,137,89); }
H1.HeaderClassName
{
color: #FF8959;
}
.AnyTagClassName
{
color: #FF8959;
}
</style>
background-color css
<style>
a { background-color: #FF8959; }
a { background-color: rgb(255,137,89); }
div.DivClassName
{
background-color: #FF8959;
}
.BgClassName
{
background-color: #FF8959;
}
</style>
border-color css
<style>
span { border-color: #FF8959; }
span { border-color: rgb(255,137,89); }
td.TdClassName
{
border-color: #FF8959;
}
.TagClassName
{
border-color: #FF8959;
}
</style>