Shades of Coral #FF8046
Tints of Coral #FF8046
RGB
CMYK
RGB Variations
Color information
#FF8046 (or 0xFF8046) is known color: Coral. HEX triplet: FF, 80 and 46. RGB value is (255,128,70). Sum of RGB (Red+Green+Blue) = 255+128+70=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8046 is #007FB9. Grayscale: #9F9F9F. Windows color (decimal): -32698 or 4620543. OLE color: 4620543.
HSL color Cylindrical-coordinate representation of color #FF8046: hue angle of 18.81º 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 #FF8046 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 70 | - |
| CMYK | 0 | 0.50 | 0.73 | 0 |
| HSL | 18.81º | 1% | 0.64% | - |
| HSV(B) | 18.81º | 0.73% | 1% | - |
| XYZ | 50.06 | 37.14 | 10.32 | - |
| YUV | 159.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 70 | 0 | 0.50 | 0.73 | 0 | 18.81 | 1 | 0.64 |
| Hex | FF | 80 | 46 | 0 | 32 | 49 | 0 | 13 | 64 | 40 |
| Octal | 377 | 200 | 106 | 0 | 62 | 111 | 0 | 23 | 144 | 100 |
| Binary | 11111111 | 10000000 | 1000110 | 0 | 110010 | 1001001 | 0 | 10011 | 1100100 | 1000000 |
Color Harmonies of #FF8046
Complementary color
Monochromatic Colors of #FF8046
Black with #FF8046
Text Example
Text Example
White with #FF8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8046; }
p { color: rgb(255,128,70); }
H1.HeaderClassName
{
color: #FF8046;
}
.AnyTagClassName
{
color: #FF8046;
}
</style>
background-color css
<style>
a { background-color: #FF8046; }
a { background-color: rgb(255,128,70); }
div.DivClassName
{
background-color: #FF8046;
}
.BgClassName
{
background-color: #FF8046;
}
</style>
border-color css
<style>
span { border-color: #FF8046; }
span { border-color: rgb(255,128,70); }
td.TdClassName
{
border-color: #FF8046;
}
.TagClassName
{
border-color: #FF8046;
}
</style>