Shades of Coral #FF8654
Tints of Coral #FF8654
RGB
CMYK
RGB Variations
Color information
#FF8654 (or 0xFF8654) is known color: Coral. HEX triplet: FF, 86 and 54. RGB value is (255,134,84). Sum of RGB (Red+Green+Blue) = 255+134+84=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8654 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8654 is #0079AB. Grayscale: #A4A4A4. Windows color (decimal): -31148 or 5539583. OLE color: 5539583.
HSL color Cylindrical-coordinate representation of color #FF8654: hue angle of 17.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF8654 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 84 | - |
| CMYK | 0 | 0.47 | 0.67 | 0 |
| HSL | 17.54º | 1% | 0.66% | - |
| HSV(B) | 17.54º | 0.67% | 1% | - |
| XYZ | 51.37 | 38.95 | 13.2 | - |
| YUV | 164.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 84 | 0 | 0.47 | 0.67 | 0 | 17.54 | 1 | 0.66 |
| Hex | FF | 86 | 54 | 0 | 2F | 43 | 0 | 12 | 64 | 42 |
| Octal | 377 | 206 | 124 | 0 | 57 | 103 | 0 | 22 | 144 | 102 |
| Binary | 11111111 | 10000110 | 1010100 | 0 | 101111 | 1000011 | 0 | 10010 | 1100100 | 1000010 |
Color Harmonies of #FF8654
Complementary color
Monochromatic Colors of #FF8654
Black with #FF8654
Text Example
Text Example
White with #FF8654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8654; }
p { color: rgb(255,134,84); }
H1.HeaderClassName
{
color: #FF8654;
}
.AnyTagClassName
{
color: #FF8654;
}
</style>
background-color css
<style>
a { background-color: #FF8654; }
a { background-color: rgb(255,134,84); }
div.DivClassName
{
background-color: #FF8654;
}
.BgClassName
{
background-color: #FF8654;
}
</style>
border-color css
<style>
span { border-color: #FF8654; }
span { border-color: rgb(255,134,84); }
td.TdClassName
{
border-color: #FF8654;
}
.TagClassName
{
border-color: #FF8654;
}
</style>