Shades of Coral #FF8147
Tints of Coral #FF8147
RGB
CMYK
RGB Variations
Color information
#FF8147 (or 0xFF8147) is known color: Coral. HEX triplet: FF, 81 and 47. RGB value is (255,129,71). Sum of RGB (Red+Green+Blue) = 255+129+71=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8147 is #007EB8. Grayscale: #A0A0A0. Windows color (decimal): -32441 or 4686335. OLE color: 4686335.
HSL color Cylindrical-coordinate representation of color #FF8147: hue angle of 18.91º 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 #FF8147 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 71 | - |
| CMYK | 0 | 0.49 | 0.72 | 0 |
| HSL | 18.91º | 1% | 0.64% | - |
| HSV(B) | 18.91º | 0.72% | 1% | - |
| XYZ | 50.23 | 37.42 | 10.54 | - |
| YUV | 160.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 71 | 0 | 0.49 | 0.72 | 0 | 18.91 | 1 | 0.64 |
| Hex | FF | 81 | 47 | 0 | 31 | 48 | 0 | 13 | 64 | 40 |
| Octal | 377 | 201 | 107 | 0 | 61 | 110 | 0 | 23 | 144 | 100 |
| Binary | 11111111 | 10000001 | 1000111 | 0 | 110001 | 1001000 | 0 | 10011 | 1100100 | 1000000 |
Color Harmonies of #FF8147
Complementary color
Monochromatic Colors of #FF8147
Black with #FF8147
Text Example
Text Example
White with #FF8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8147; }
p { color: rgb(255,129,71); }
H1.HeaderClassName
{
color: #FF8147;
}
.AnyTagClassName
{
color: #FF8147;
}
</style>
background-color css
<style>
a { background-color: #FF8147; }
a { background-color: rgb(255,129,71); }
div.DivClassName
{
background-color: #FF8147;
}
.BgClassName
{
background-color: #FF8147;
}
</style>
border-color css
<style>
span { border-color: #FF8147; }
span { border-color: rgb(255,129,71); }
td.TdClassName
{
border-color: #FF8147;
}
.TagClassName
{
border-color: #FF8147;
}
</style>