Shades of Coral #FF864E
Tints of Coral #FF864E
RGB
CMYK
RGB Variations
Color information
#FF864E (or 0xFF864E) is known color: Coral. HEX triplet: FF, 86 and 4E. RGB value is (255,134,78). Sum of RGB (Red+Green+Blue) = 255+134+78=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF864E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF864E is #0079B1. Grayscale: #A4A4A4. Windows color (decimal): -31154 or 5146367. OLE color: 5146367.
HSL color Cylindrical-coordinate representation of color #FF864E: hue angle of 18.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF864E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 78 | - |
| CMYK | 0 | 0.47 | 0.69 | 0 |
| HSL | 18.98º | 1% | 0.65% | - |
| HSV(B) | 18.98º | 0.69% | 1% | - |
| XYZ | 51.14 | 38.86 | 12.01 | - |
| YUV | 163.8 | 79.59 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 78 | 0 | 0.47 | 0.69 | 0 | 18.98 | 1 | 0.65 |
| Hex | FF | 86 | 4E | 0 | 2F | 45 | 0 | 13 | 64 | 41 |
| Octal | 377 | 206 | 116 | 0 | 57 | 105 | 0 | 23 | 144 | 101 |
| Binary | 11111111 | 10000110 | 1001110 | 0 | 101111 | 1000101 | 0 | 10011 | 1100100 | 1000001 |
Color Harmonies of #FF864E
Complementary color
Monochromatic Colors of #FF864E
Black with #FF864E
Text Example
Text Example
White with #FF864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF864E; }
p { color: rgb(255,134,78); }
H1.HeaderClassName
{
color: #FF864E;
}
.AnyTagClassName
{
color: #FF864E;
}
</style>
background-color css
<style>
a { background-color: #FF864E; }
a { background-color: rgb(255,134,78); }
div.DivClassName
{
background-color: #FF864E;
}
.BgClassName
{
background-color: #FF864E;
}
</style>
border-color css
<style>
span { border-color: #FF864E; }
span { border-color: rgb(255,134,78); }
td.TdClassName
{
border-color: #FF864E;
}
.TagClassName
{
border-color: #FF864E;
}
</style>