Shades of Coral #FF8056
Tints of Coral #FF8056
RGB
CMYK
RGB Variations
Color information
#FF8056 (or 0xFF8056) is known color: Coral. HEX triplet: FF, 80 and 56. RGB value is (255,128,86). Sum of RGB (Red+Green+Blue) = 255+128+86=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8056 is #007FA9. Grayscale: #A1A1A1. Windows color (decimal): -32682 or 5669119. OLE color: 5669119.
HSL color Cylindrical-coordinate representation of color #FF8056: hue angle of 14.91º 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 #FF8056 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 86 | - |
| CMYK | 0 | 0.50 | 0.66 | 0 |
| HSL | 14.91º | 1% | 0.67% | - |
| HSV(B) | 14.91º | 0.66% | 1% | - |
| XYZ | 50.64 | 37.37 | 13.35 | - |
| YUV | 161.19 | 85.58 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 86 | 0 | 0.50 | 0.66 | 0 | 14.91 | 1 | 0.67 |
| Hex | FF | 80 | 56 | 0 | 32 | 42 | 0 | F | 64 | 43 |
| Octal | 377 | 200 | 126 | 0 | 62 | 102 | 0 | 17 | 144 | 103 |
| Binary | 11111111 | 10000000 | 1010110 | 0 | 110010 | 1000010 | 0 | 1111 | 1100100 | 1000011 |
Color Harmonies of #FF8056
Complementary color
Monochromatic Colors of #FF8056
Black with #FF8056
Text Example
Text Example
White with #FF8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8056; }
p { color: rgb(255,128,86); }
H1.HeaderClassName
{
color: #FF8056;
}
.AnyTagClassName
{
color: #FF8056;
}
</style>
background-color css
<style>
a { background-color: #FF8056; }
a { background-color: rgb(255,128,86); }
div.DivClassName
{
background-color: #FF8056;
}
.BgClassName
{
background-color: #FF8056;
}
</style>
border-color css
<style>
span { border-color: #FF8056; }
span { border-color: rgb(255,128,86); }
td.TdClassName
{
border-color: #FF8056;
}
.TagClassName
{
border-color: #FF8056;
}
</style>