Shades of Coral #FF8155
Tints of Coral #FF8155
RGB
CMYK
RGB Variations
Color information
#FF8155 (or 0xFF8155) is known color: Coral. HEX triplet: FF, 81 and 55. RGB value is (255,129,85). Sum of RGB (Red+Green+Blue) = 255+129+85=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8155 is #007EAA. Grayscale: #A1A1A1. Windows color (decimal): -32427 or 5603839. OLE color: 5603839.
HSL color Cylindrical-coordinate representation of color #FF8155: hue angle of 15.53º 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 #FF8155 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 85 | - |
| CMYK | 0 | 0.49 | 0.67 | 0 |
| HSL | 15.53º | 1% | 0.67% | - |
| HSV(B) | 15.53º | 0.67% | 1% | - |
| XYZ | 50.73 | 37.62 | 13.18 | - |
| YUV | 161.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 85 | 0 | 0.49 | 0.67 | 0 | 15.53 | 1 | 0.67 |
| Hex | FF | 81 | 55 | 0 | 31 | 43 | 0 | 10 | 64 | 43 |
| Octal | 377 | 201 | 125 | 0 | 61 | 103 | 0 | 20 | 144 | 103 |
| Binary | 11111111 | 10000001 | 1010101 | 0 | 110001 | 1000011 | 0 | 10000 | 1100100 | 1000011 |
Color Harmonies of #FF8155
Complementary color
Monochromatic Colors of #FF8155
Black with #FF8155
Text Example
Text Example
White with #FF8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8155; }
p { color: rgb(255,129,85); }
H1.HeaderClassName
{
color: #FF8155;
}
.AnyTagClassName
{
color: #FF8155;
}
</style>
background-color css
<style>
a { background-color: #FF8155; }
a { background-color: rgb(255,129,85); }
div.DivClassName
{
background-color: #FF8155;
}
.BgClassName
{
background-color: #FF8155;
}
</style>
border-color css
<style>
span { border-color: #FF8155; }
span { border-color: rgb(255,129,85); }
td.TdClassName
{
border-color: #FF8155;
}
.TagClassName
{
border-color: #FF8155;
}
</style>