Shades of Coral #FF8651
Tints of Coral #FF8651
RGB
CMYK
RGB Variations
Color information
#FF8651 (or 0xFF8651) is known color: Coral. HEX triplet: FF, 86 and 51. RGB value is (255,134,81). Sum of RGB (Red+Green+Blue) = 255+134+81=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8651 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8651 is #0079AE. Grayscale: #A4A4A4. Windows color (decimal): -31151 or 5342975. OLE color: 5342975.
HSL color Cylindrical-coordinate representation of color #FF8651: hue angle of 18.28º 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 #FF8651 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 81 | - |
| CMYK | 0 | 0.47 | 0.68 | 0 |
| HSL | 18.28º | 1% | 0.66% | - |
| HSV(B) | 18.28º | 0.68% | 1% | - |
| XYZ | 51.25 | 38.9 | 12.59 | - |
| YUV | 164.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 81 | 0 | 0.47 | 0.68 | 0 | 18.28 | 1 | 0.66 |
| Hex | FF | 86 | 51 | 0 | 2F | 44 | 0 | 12 | 64 | 42 |
| Octal | 377 | 206 | 121 | 0 | 57 | 104 | 0 | 22 | 144 | 102 |
| Binary | 11111111 | 10000110 | 1010001 | 0 | 101111 | 1000100 | 0 | 10010 | 1100100 | 1000010 |
Color Harmonies of #FF8651
Complementary color
Monochromatic Colors of #FF8651
Black with #FF8651
Text Example
Text Example
White with #FF8651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8651; }
p { color: rgb(255,134,81); }
H1.HeaderClassName
{
color: #FF8651;
}
.AnyTagClassName
{
color: #FF8651;
}
</style>
background-color css
<style>
a { background-color: #FF8651; }
a { background-color: rgb(255,134,81); }
div.DivClassName
{
background-color: #FF8651;
}
.BgClassName
{
background-color: #FF8651;
}
</style>
border-color css
<style>
span { border-color: #FF8651; }
span { border-color: rgb(255,134,81); }
td.TdClassName
{
border-color: #FF8651;
}
.TagClassName
{
border-color: #FF8651;
}
</style>