Shades of Coral #FF7855
Tints of Coral #FF7855
RGB
CMYK
RGB Variations
Color information
#FF7855 (or 0xFF7855) is known color: Coral. HEX triplet: FF, 78 and 55. RGB value is (255,120,85). Sum of RGB (Red+Green+Blue) = 255+120+85=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7855 is #0087AA. Grayscale: #9C9C9C. Windows color (decimal): -34731 or 5601535. OLE color: 5601535.
HSL color Cylindrical-coordinate representation of color #FF7855: hue angle of 12.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF7855 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 85 | - |
| CMYK | 0 | 0.53 | 0.67 | 0 |
| HSL | 12.35º | 1% | 0.67% | - |
| HSV(B) | 12.35º | 0.67% | 1% | - |
| XYZ | 49.6 | 35.35 | 12.8 | - |
| YUV | 156.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 85 | 0 | 0.53 | 0.67 | 0 | 12.35 | 1 | 0.67 |
| Hex | FF | 78 | 55 | 0 | 35 | 43 | 0 | C | 64 | 43 |
| Octal | 377 | 170 | 125 | 0 | 65 | 103 | 0 | 14 | 144 | 103 |
| Binary | 11111111 | 1111000 | 1010101 | 0 | 110101 | 1000011 | 0 | 1100 | 1100100 | 1000011 |
Color Harmonies of #FF7855
Complementary color
Monochromatic Colors of #FF7855
Black with #FF7855
Text Example
Text Example
White with #FF7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7855; }
p { color: rgb(255,120,85); }
H1.HeaderClassName
{
color: #FF7855;
}
.AnyTagClassName
{
color: #FF7855;
}
</style>
background-color css
<style>
a { background-color: #FF7855; }
a { background-color: rgb(255,120,85); }
div.DivClassName
{
background-color: #FF7855;
}
.BgClassName
{
background-color: #FF7855;
}
</style>
border-color css
<style>
span { border-color: #FF7855; }
span { border-color: rgb(255,120,85); }
td.TdClassName
{
border-color: #FF7855;
}
.TagClassName
{
border-color: #FF7855;
}
</style>