Shades of Coral #FF7856
Tints of Coral #FF7856
RGB
CMYK
RGB Variations
Color information
#FF7856 (or 0xFF7856) is known color: Coral. HEX triplet: FF, 78 and 56. RGB value is (255,120,86). Sum of RGB (Red+Green+Blue) = 255+120+86=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7856 is #0087A9. Grayscale: #9C9C9C. Windows color (decimal): -34730 or 5667071. OLE color: 5667071.
HSL color Cylindrical-coordinate representation of color #FF7856: hue angle of 12.07º 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 #FF7856 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 86 | - |
| CMYK | 0 | 0.53 | 0.66 | 0 |
| HSL | 12.07º | 1% | 0.67% | - |
| HSV(B) | 12.07º | 0.66% | 1% | - |
| XYZ | 49.64 | 35.36 | 13.01 | - |
| YUV | 156.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 86 | 0 | 0.53 | 0.66 | 0 | 12.07 | 1 | 0.67 |
| Hex | FF | 78 | 56 | 0 | 35 | 42 | 0 | C | 64 | 43 |
| Octal | 377 | 170 | 126 | 0 | 65 | 102 | 0 | 14 | 144 | 103 |
| Binary | 11111111 | 1111000 | 1010110 | 0 | 110101 | 1000010 | 0 | 1100 | 1100100 | 1000011 |
Color Harmonies of #FF7856
Complementary color
Monochromatic Colors of #FF7856
Black with #FF7856
Text Example
Text Example
White with #FF7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7856; }
p { color: rgb(255,120,86); }
H1.HeaderClassName
{
color: #FF7856;
}
.AnyTagClassName
{
color: #FF7856;
}
</style>
background-color css
<style>
a { background-color: #FF7856; }
a { background-color: rgb(255,120,86); }
div.DivClassName
{
background-color: #FF7856;
}
.BgClassName
{
background-color: #FF7856;
}
</style>
border-color css
<style>
span { border-color: #FF7856; }
span { border-color: rgb(255,120,86); }
td.TdClassName
{
border-color: #FF7856;
}
.TagClassName
{
border-color: #FF7856;
}
</style>