Shades of Coral #FF8447
Tints of Coral #FF8447
RGB
CMYK
RGB Variations
Color information
#FF8447 (or 0xFF8447) is known color: Coral. HEX triplet: FF, 84 and 47. RGB value is (255,132,71). Sum of RGB (Red+Green+Blue) = 255+132+71=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8447 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8447 is #007BB8. Grayscale: #A2A2A2. Windows color (decimal): -31673 or 4687103. OLE color: 4687103.
HSL color Cylindrical-coordinate representation of color #FF8447: hue angle of 19.89º 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 #FF8447 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 71 | - |
| CMYK | 0 | 0.48 | 0.72 | 0 |
| HSL | 19.89º | 1% | 0.64% | - |
| HSV(B) | 19.89º | 0.72% | 1% | - |
| XYZ | 50.63 | 38.22 | 10.67 | - |
| YUV | 161.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 71 | 0 | 0.48 | 0.72 | 0 | 19.89 | 1 | 0.64 |
| Hex | FF | 84 | 47 | 0 | 30 | 48 | 0 | 14 | 64 | 40 |
| Octal | 377 | 204 | 107 | 0 | 60 | 110 | 0 | 24 | 144 | 100 |
| Binary | 11111111 | 10000100 | 1000111 | 0 | 110000 | 1001000 | 0 | 10100 | 1100100 | 1000000 |
Color Harmonies of #FF8447
Complementary color
Monochromatic Colors of #FF8447
Black with #FF8447
Text Example
Text Example
White with #FF8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8447; }
p { color: rgb(255,132,71); }
H1.HeaderClassName
{
color: #FF8447;
}
.AnyTagClassName
{
color: #FF8447;
}
</style>
background-color css
<style>
a { background-color: #FF8447; }
a { background-color: rgb(255,132,71); }
div.DivClassName
{
background-color: #FF8447;
}
.BgClassName
{
background-color: #FF8447;
}
</style>
border-color css
<style>
span { border-color: #FF8447; }
span { border-color: rgb(255,132,71); }
td.TdClassName
{
border-color: #FF8447;
}
.TagClassName
{
border-color: #FF8447;
}
</style>