Shades of Coral #FF8646
Tints of Coral #FF8646
RGB
CMYK
RGB Variations
Color information
#FF8646 (or 0xFF8646) is known color: Coral. HEX triplet: FF, 86 and 46. RGB value is (255,134,70). Sum of RGB (Red+Green+Blue) = 255+134+70=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8646 is #0079B9. Grayscale: #A3A3A3. Windows color (decimal): -31162 or 4622079. OLE color: 4622079.
HSL color Cylindrical-coordinate representation of color #FF8646: hue angle of 20.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF8646 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 70 | - |
| CMYK | 0 | 0.47 | 0.73 | 0 |
| HSL | 20.76º | 1% | 0.64% | - |
| HSV(B) | 20.76º | 0.73% | 1% | - |
| XYZ | 50.87 | 38.75 | 10.59 | - |
| YUV | 162.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 70 | 0 | 0.47 | 0.73 | 0 | 20.76 | 1 | 0.64 |
| Hex | FF | 86 | 46 | 0 | 2F | 49 | 0 | 15 | 64 | 40 |
| Octal | 377 | 206 | 106 | 0 | 57 | 111 | 0 | 25 | 144 | 100 |
| Binary | 11111111 | 10000110 | 1000110 | 0 | 101111 | 1001001 | 0 | 10101 | 1100100 | 1000000 |
Color Harmonies of #FF8646
Complementary color
Monochromatic Colors of #FF8646
Black with #FF8646
Text Example
Text Example
White with #FF8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8646; }
p { color: rgb(255,134,70); }
H1.HeaderClassName
{
color: #FF8646;
}
.AnyTagClassName
{
color: #FF8646;
}
</style>
background-color css
<style>
a { background-color: #FF8646; }
a { background-color: rgb(255,134,70); }
div.DivClassName
{
background-color: #FF8646;
}
.BgClassName
{
background-color: #FF8646;
}
</style>
border-color css
<style>
span { border-color: #FF8646; }
span { border-color: rgb(255,134,70); }
td.TdClassName
{
border-color: #FF8646;
}
.TagClassName
{
border-color: #FF8646;
}
</style>