Shades of Coral #FF8551
Tints of Coral #FF8551
RGB
CMYK
RGB Variations
Color information
#FF8551 (or 0xFF8551) is known color: Coral. HEX triplet: FF, 85 and 51. RGB value is (255,133,81). Sum of RGB (Red+Green+Blue) = 255+133+81=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8551 is #007AAE. Grayscale: #A3A3A3. Windows color (decimal): -31407 or 5342719. OLE color: 5342719.
HSL color Cylindrical-coordinate representation of color #FF8551: hue angle of 17.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF8551 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 81 | - |
| CMYK | 0 | 0.48 | 0.68 | 0 |
| HSL | 17.93º | 1% | 0.66% | - |
| HSV(B) | 17.93º | 0.68% | 1% | - |
| XYZ | 51.11 | 38.63 | 12.55 | - |
| YUV | 163.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 81 | 0 | 0.48 | 0.68 | 0 | 17.93 | 1 | 0.66 |
| Hex | FF | 85 | 51 | 0 | 30 | 44 | 0 | 12 | 64 | 42 |
| Octal | 377 | 205 | 121 | 0 | 60 | 104 | 0 | 22 | 144 | 102 |
| Binary | 11111111 | 10000101 | 1010001 | 0 | 110000 | 1000100 | 0 | 10010 | 1100100 | 1000010 |
Color Harmonies of #FF8551
Complementary color
Monochromatic Colors of #FF8551
Black with #FF8551
Text Example
Text Example
White with #FF8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8551; }
p { color: rgb(255,133,81); }
H1.HeaderClassName
{
color: #FF8551;
}
.AnyTagClassName
{
color: #FF8551;
}
</style>
background-color css
<style>
a { background-color: #FF8551; }
a { background-color: rgb(255,133,81); }
div.DivClassName
{
background-color: #FF8551;
}
.BgClassName
{
background-color: #FF8551;
}
</style>
border-color css
<style>
span { border-color: #FF8551; }
span { border-color: rgb(255,133,81); }
td.TdClassName
{
border-color: #FF8551;
}
.TagClassName
{
border-color: #FF8551;
}
</style>