Shades of Coral #FF7246
Tints of Coral #FF7246
RGB
CMYK
RGB Variations
Color information
#FF7246 (or 0xFF7246) is known color: Coral. HEX triplet: FF, 72 and 46. RGB value is (255,114,70). Sum of RGB (Red+Green+Blue) = 255+114+70=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7246 is #008DB9. Grayscale: #979797. Windows color (decimal): -36282 or 4616959. OLE color: 4616959.
HSL color Cylindrical-coordinate representation of color #FF7246: hue angle of 14.27º 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 #FF7246 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 70 | - |
| CMYK | 0 | 0.55 | 0.73 | 0 |
| HSL | 14.27º | 1% | 0.64% | - |
| HSV(B) | 14.27º | 0.73% | 1% | - |
| XYZ | 48.36 | 33.74 | 9.76 | - |
| YUV | 151.14 | 82.21 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 70 | 0 | 0.55 | 0.73 | 0 | 14.27 | 1 | 0.64 |
| Hex | FF | 72 | 46 | 0 | 37 | 49 | 0 | E | 64 | 40 |
| Octal | 377 | 162 | 106 | 0 | 67 | 111 | 0 | 16 | 144 | 100 |
| Binary | 11111111 | 1110010 | 1000110 | 0 | 110111 | 1001001 | 0 | 1110 | 1100100 | 1000000 |
Color Harmonies of #FF7246
Complementary color
Monochromatic Colors of #FF7246
Black with #FF7246
Text Example
Text Example
White with #FF7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7246; }
p { color: rgb(255,114,70); }
H1.HeaderClassName
{
color: #FF7246;
}
.AnyTagClassName
{
color: #FF7246;
}
</style>
background-color css
<style>
a { background-color: #FF7246; }
a { background-color: rgb(255,114,70); }
div.DivClassName
{
background-color: #FF7246;
}
.BgClassName
{
background-color: #FF7246;
}
</style>
border-color css
<style>
span { border-color: #FF7246; }
span { border-color: rgb(255,114,70); }
td.TdClassName
{
border-color: #FF7246;
}
.TagClassName
{
border-color: #FF7246;
}
</style>