Shades of Coral #FF8059
Tints of Coral #FF8059
RGB
CMYK
RGB Variations
Color information
#FF8059 (or 0xFF8059) is known color: Coral. HEX triplet: FF, 80 and 59. RGB value is (255,128,89). Sum of RGB (Red+Green+Blue) = 255+128+89=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8059 is #007FA6. Grayscale: #A1A1A1. Windows color (decimal): -32679 or 5865727. OLE color: 5865727.
HSL color Cylindrical-coordinate representation of color #FF8059: hue angle of 14.1º 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 #FF8059 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 89 | - |
| CMYK | 0 | 0.50 | 0.65 | 0 |
| HSL | 14.1º | 1% | 0.67% | - |
| HSV(B) | 14.1º | 0.65% | 1% | - |
| XYZ | 50.76 | 37.42 | 14 | - |
| YUV | 161.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 89 | 0 | 0.50 | 0.65 | 0 | 14.1 | 1 | 0.67 |
| Hex | FF | 80 | 59 | 0 | 32 | 41 | 0 | E | 64 | 43 |
| Octal | 377 | 200 | 131 | 0 | 62 | 101 | 0 | 16 | 144 | 103 |
| Binary | 11111111 | 10000000 | 1011001 | 0 | 110010 | 1000001 | 0 | 1110 | 1100100 | 1000011 |
Color Harmonies of #FF8059
Complementary color
Monochromatic Colors of #FF8059
Black with #FF8059
Text Example
Text Example
White with #FF8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8059; }
p { color: rgb(255,128,89); }
H1.HeaderClassName
{
color: #FF8059;
}
.AnyTagClassName
{
color: #FF8059;
}
</style>
background-color css
<style>
a { background-color: #FF8059; }
a { background-color: rgb(255,128,89); }
div.DivClassName
{
background-color: #FF8059;
}
.BgClassName
{
background-color: #FF8059;
}
</style>
border-color css
<style>
span { border-color: #FF8059; }
span { border-color: rgb(255,128,89); }
td.TdClassName
{
border-color: #FF8059;
}
.TagClassName
{
border-color: #FF8059;
}
</style>