Shades of Coral #FF8049
Tints of Coral #FF8049
RGB
CMYK
RGB Variations
Color information
#FF8049 (or 0xFF8049) is known color: Coral. HEX triplet: FF, 80 and 49. RGB value is (255,128,73). Sum of RGB (Red+Green+Blue) = 255+128+73=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8049 is #007FB6. Grayscale: #A0A0A0. Windows color (decimal): -32695 or 4817151. OLE color: 4817151.
HSL color Cylindrical-coordinate representation of color #FF8049: hue angle of 18.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF8049 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 73 | - |
| CMYK | 0 | 0.50 | 0.71 | 0 |
| HSL | 18.13º | 1% | 0.64% | - |
| HSV(B) | 18.13º | 0.71% | 1% | - |
| XYZ | 50.16 | 37.18 | 10.84 | - |
| YUV | 159.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 73 | 0 | 0.50 | 0.71 | 0 | 18.13 | 1 | 0.64 |
| Hex | FF | 80 | 49 | 0 | 32 | 47 | 0 | 12 | 64 | 40 |
| Octal | 377 | 200 | 111 | 0 | 62 | 107 | 0 | 22 | 144 | 100 |
| Binary | 11111111 | 10000000 | 1001001 | 0 | 110010 | 1000111 | 0 | 10010 | 1100100 | 1000000 |
Color Harmonies of #FF8049
Complementary color
Monochromatic Colors of #FF8049
Black with #FF8049
Text Example
Text Example
White with #FF8049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8049; }
p { color: rgb(255,128,73); }
H1.HeaderClassName
{
color: #FF8049;
}
.AnyTagClassName
{
color: #FF8049;
}
</style>
background-color css
<style>
a { background-color: #FF8049; }
a { background-color: rgb(255,128,73); }
div.DivClassName
{
background-color: #FF8049;
}
.BgClassName
{
background-color: #FF8049;
}
</style>
border-color css
<style>
span { border-color: #FF8049; }
span { border-color: rgb(255,128,73); }
td.TdClassName
{
border-color: #FF8049;
}
.TagClassName
{
border-color: #FF8049;
}
</style>