Shades of Coral #FF8C46
Tints of Coral #FF8C46
RGB
CMYK
RGB Variations
Color information
#FF8C46 (or 0xFF8C46) is known color: Coral. HEX triplet: FF, 8C and 46. RGB value is (255,140,70). Sum of RGB (Red+Green+Blue) = 255+140+70=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C46 is #0073B9. Grayscale: #A6A6A6. Windows color (decimal): -29626 or 4623615. OLE color: 4623615.
HSL color Cylindrical-coordinate representation of color #FF8C46: hue angle of 22.7º 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 #FF8C46 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 70 | - |
| CMYK | 0 | 0.45 | 0.73 | 0 |
| HSL | 22.7º | 1% | 0.64% | - |
| HSV(B) | 22.7º | 0.73% | 1% | - |
| XYZ | 51.72 | 40.46 | 10.88 | - |
| YUV | 166.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 70 | 0 | 0.45 | 0.73 | 0 | 22.7 | 1 | 0.64 |
| Hex | FF | 8C | 46 | 0 | 2D | 49 | 0 | 17 | 64 | 40 |
| Octal | 377 | 214 | 106 | 0 | 55 | 111 | 0 | 27 | 144 | 100 |
| Binary | 11111111 | 10001100 | 1000110 | 0 | 101101 | 1001001 | 0 | 10111 | 1100100 | 1000000 |
Color Harmonies of #FF8C46
Complementary color
Monochromatic Colors of #FF8C46
Black with #FF8C46
Text Example
Text Example
White with #FF8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C46; }
p { color: rgb(255,140,70); }
H1.HeaderClassName
{
color: #FF8C46;
}
.AnyTagClassName
{
color: #FF8C46;
}
</style>
background-color css
<style>
a { background-color: #FF8C46; }
a { background-color: rgb(255,140,70); }
div.DivClassName
{
background-color: #FF8C46;
}
.BgClassName
{
background-color: #FF8C46;
}
</style>
border-color css
<style>
span { border-color: #FF8C46; }
span { border-color: rgb(255,140,70); }
td.TdClassName
{
border-color: #FF8C46;
}
.TagClassName
{
border-color: #FF8C46;
}
</style>