Shades of Coral #FF8648
Tints of Coral #FF8648
RGB
CMYK
RGB Variations
Color information
#FF8648 (or 0xFF8648) is known color: Coral. HEX triplet: FF, 86 and 48. RGB value is (255,134,72). Sum of RGB (Red+Green+Blue) = 255+134+72=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8648 is #0079B7. Grayscale: #A3A3A3. Windows color (decimal): -31160 or 4753151. OLE color: 4753151.
HSL color Cylindrical-coordinate representation of color #FF8648: hue angle of 20.33º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF8648 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 72 | - |
| CMYK | 0 | 0.47 | 0.72 | 0 |
| HSL | 20.33º | 1% | 0.64% | - |
| HSV(B) | 20.33º | 0.72% | 1% | - |
| XYZ | 50.93 | 38.78 | 10.93 | - |
| YUV | 163.11 | 76.59 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 72 | 0 | 0.47 | 0.72 | 0 | 20.33 | 1 | 0.64 |
| Hex | FF | 86 | 48 | 0 | 2F | 48 | 0 | 14 | 64 | 40 |
| Octal | 377 | 206 | 110 | 0 | 57 | 110 | 0 | 24 | 144 | 100 |
| Binary | 11111111 | 10000110 | 1001000 | 0 | 101111 | 1001000 | 0 | 10100 | 1100100 | 1000000 |
Color Harmonies of #FF8648
Complementary color
Monochromatic Colors of #FF8648
Black with #FF8648
Text Example
Text Example
White with #FF8648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8648; }
p { color: rgb(255,134,72); }
H1.HeaderClassName
{
color: #FF8648;
}
.AnyTagClassName
{
color: #FF8648;
}
</style>
background-color css
<style>
a { background-color: #FF8648; }
a { background-color: rgb(255,134,72); }
div.DivClassName
{
background-color: #FF8648;
}
.BgClassName
{
background-color: #FF8648;
}
</style>
border-color css
<style>
span { border-color: #FF8648; }
span { border-color: rgb(255,134,72); }
td.TdClassName
{
border-color: #FF8648;
}
.TagClassName
{
border-color: #FF8648;
}
</style>