Shades of Coral #FF8B46
Tints of Coral #FF8B46
RGB
CMYK
RGB Variations
Color information
#FF8B46 (or 0xFF8B46) is known color: Coral. HEX triplet: FF, 8B and 46. RGB value is (255,139,70). Sum of RGB (Red+Green+Blue) = 255+139+70=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B46 is #0074B9. Grayscale: #A6A6A6. Windows color (decimal): -29882 or 4623359. OLE color: 4623359.
HSL color Cylindrical-coordinate representation of color #FF8B46: hue angle of 22.38º 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 #FF8B46 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 70 | - |
| CMYK | 0 | 0.45 | 0.73 | 0 |
| HSL | 22.38º | 1% | 0.64% | - |
| HSV(B) | 22.38º | 0.73% | 1% | - |
| XYZ | 51.58 | 40.17 | 10.83 | - |
| YUV | 165.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 70 | 0 | 0.45 | 0.73 | 0 | 22.38 | 1 | 0.64 |
| Hex | FF | 8B | 46 | 0 | 2D | 49 | 0 | 16 | 64 | 40 |
| Octal | 377 | 213 | 106 | 0 | 55 | 111 | 0 | 26 | 144 | 100 |
| Binary | 11111111 | 10001011 | 1000110 | 0 | 101101 | 1001001 | 0 | 10110 | 1100100 | 1000000 |
Color Harmonies of #FF8B46
Complementary color
Monochromatic Colors of #FF8B46
Black with #FF8B46
Text Example
Text Example
White with #FF8B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B46; }
p { color: rgb(255,139,70); }
H1.HeaderClassName
{
color: #FF8B46;
}
.AnyTagClassName
{
color: #FF8B46;
}
</style>
background-color css
<style>
a { background-color: #FF8B46; }
a { background-color: rgb(255,139,70); }
div.DivClassName
{
background-color: #FF8B46;
}
.BgClassName
{
background-color: #FF8B46;
}
</style>
border-color css
<style>
span { border-color: #FF8B46; }
span { border-color: rgb(255,139,70); }
td.TdClassName
{
border-color: #FF8B46;
}
.TagClassName
{
border-color: #FF8B46;
}
</style>