Shades of Coral #FF8851
Tints of Coral #FF8851
RGB
CMYK
RGB Variations
Color information
#FF8851 (or 0xFF8851) is known color: Coral. HEX triplet: FF, 88 and 51. RGB value is (255,136,81). Sum of RGB (Red+Green+Blue) = 255+136+81=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8851 is #0077AE. Grayscale: #A5A5A5. Windows color (decimal): -30639 or 5343487. OLE color: 5343487.
HSL color Cylindrical-coordinate representation of color #FF8851: hue angle of 18.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF8851 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 81 | - |
| CMYK | 0 | 0.47 | 0.68 | 0 |
| HSL | 18.97º | 1% | 0.66% | - |
| HSV(B) | 18.97º | 0.68% | 1% | - |
| XYZ | 51.53 | 39.46 | 12.69 | - |
| YUV | 165.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 81 | 0 | 0.47 | 0.68 | 0 | 18.97 | 1 | 0.66 |
| Hex | FF | 88 | 51 | 0 | 2F | 44 | 0 | 13 | 64 | 42 |
| Octal | 377 | 210 | 121 | 0 | 57 | 104 | 0 | 23 | 144 | 102 |
| Binary | 11111111 | 10001000 | 1010001 | 0 | 101111 | 1000100 | 0 | 10011 | 1100100 | 1000010 |
Color Harmonies of #FF8851
Complementary color
Monochromatic Colors of #FF8851
Black with #FF8851
Text Example
Text Example
White with #FF8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8851; }
p { color: rgb(255,136,81); }
H1.HeaderClassName
{
color: #FF8851;
}
.AnyTagClassName
{
color: #FF8851;
}
</style>
background-color css
<style>
a { background-color: #FF8851; }
a { background-color: rgb(255,136,81); }
div.DivClassName
{
background-color: #FF8851;
}
.BgClassName
{
background-color: #FF8851;
}
</style>
border-color css
<style>
span { border-color: #FF8851; }
span { border-color: rgb(255,136,81); }
td.TdClassName
{
border-color: #FF8851;
}
.TagClassName
{
border-color: #FF8851;
}
</style>