Shades of Coral #FF8856
Tints of Coral #FF8856
RGB
CMYK
RGB Variations
Color information
#FF8856 (or 0xFF8856) is known color: Coral. HEX triplet: FF, 88 and 56. RGB value is (255,136,86). Sum of RGB (Red+Green+Blue) = 255+136+86=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8856 is #0077A9. Grayscale: #A6A6A6. Windows color (decimal): -30634 or 5671167. OLE color: 5671167.
HSL color Cylindrical-coordinate representation of color #FF8856: hue angle of 17.75º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF8856 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 86 | - |
| CMYK | 0 | 0.47 | 0.66 | 0 |
| HSL | 17.75º | 1% | 0.67% | - |
| HSV(B) | 17.75º | 0.66% | 1% | - |
| XYZ | 51.72 | 39.54 | 13.71 | - |
| YUV | 165.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 86 | 0 | 0.47 | 0.66 | 0 | 17.75 | 1 | 0.67 |
| Hex | FF | 88 | 56 | 0 | 2F | 42 | 0 | 12 | 64 | 43 |
| Octal | 377 | 210 | 126 | 0 | 57 | 102 | 0 | 22 | 144 | 103 |
| Binary | 11111111 | 10001000 | 1010110 | 0 | 101111 | 1000010 | 0 | 10010 | 1100100 | 1000011 |
Color Harmonies of #FF8856
Complementary color
Monochromatic Colors of #FF8856
Black with #FF8856
Text Example
Text Example
White with #FF8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8856; }
p { color: rgb(255,136,86); }
H1.HeaderClassName
{
color: #FF8856;
}
.AnyTagClassName
{
color: #FF8856;
}
</style>
background-color css
<style>
a { background-color: #FF8856; }
a { background-color: rgb(255,136,86); }
div.DivClassName
{
background-color: #FF8856;
}
.BgClassName
{
background-color: #FF8856;
}
</style>
border-color css
<style>
span { border-color: #FF8856; }
span { border-color: rgb(255,136,86); }
td.TdClassName
{
border-color: #FF8856;
}
.TagClassName
{
border-color: #FF8856;
}
</style>