Shades of Coral #FF8556
Tints of Coral #FF8556
RGB
CMYK
RGB Variations
Color information
#FF8556 (or 0xFF8556) is known color: Coral. HEX triplet: FF, 85 and 56. RGB value is (255,133,86). Sum of RGB (Red+Green+Blue) = 255+133+86=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8556 is #007AA9. Grayscale: #A4A4A4. Windows color (decimal): -31402 or 5670399. OLE color: 5670399.
HSL color Cylindrical-coordinate representation of color #FF8556: hue angle of 16.69º 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 #FF8556 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 86 | - |
| CMYK | 0 | 0.48 | 0.66 | 0 |
| HSL | 16.69º | 1% | 0.67% | - |
| HSV(B) | 16.69º | 0.66% | 1% | - |
| XYZ | 51.31 | 38.71 | 13.57 | - |
| YUV | 164.12 | 83.92 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 86 | 0 | 0.48 | 0.66 | 0 | 16.69 | 1 | 0.67 |
| Hex | FF | 85 | 56 | 0 | 30 | 42 | 0 | 11 | 64 | 43 |
| Octal | 377 | 205 | 126 | 0 | 60 | 102 | 0 | 21 | 144 | 103 |
| Binary | 11111111 | 10000101 | 1010110 | 0 | 110000 | 1000010 | 0 | 10001 | 1100100 | 1000011 |
Color Harmonies of #FF8556
Complementary color
Monochromatic Colors of #FF8556
Black with #FF8556
Text Example
Text Example
White with #FF8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8556; }
p { color: rgb(255,133,86); }
H1.HeaderClassName
{
color: #FF8556;
}
.AnyTagClassName
{
color: #FF8556;
}
</style>
background-color css
<style>
a { background-color: #FF8556; }
a { background-color: rgb(255,133,86); }
div.DivClassName
{
background-color: #FF8556;
}
.BgClassName
{
background-color: #FF8556;
}
</style>
border-color css
<style>
span { border-color: #FF8556; }
span { border-color: rgb(255,133,86); }
td.TdClassName
{
border-color: #FF8556;
}
.TagClassName
{
border-color: #FF8556;
}
</style>