Shades of Coral #FF8746
Tints of Coral #FF8746
RGB
CMYK
RGB Variations
Color information
#FF8746 (or 0xFF8746) is known color: Coral. HEX triplet: FF, 87 and 46. RGB value is (255,135,70). Sum of RGB (Red+Green+Blue) = 255+135+70=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8746 is #0078B9. Grayscale: #A3A3A3. Windows color (decimal): -30906 or 4622335. OLE color: 4622335.
HSL color Cylindrical-coordinate representation of color #FF8746: hue angle of 21.08º 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 #FF8746 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 70 | - |
| CMYK | 0 | 0.47 | 0.73 | 0 |
| HSL | 21.08º | 1% | 0.64% | - |
| HSV(B) | 21.08º | 0.73% | 1% | - |
| XYZ | 51.01 | 39.03 | 10.64 | - |
| YUV | 163.47 | 75.26 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 70 | 0 | 0.47 | 0.73 | 0 | 21.08 | 1 | 0.64 |
| Hex | FF | 87 | 46 | 0 | 2F | 49 | 0 | 15 | 64 | 40 |
| Octal | 377 | 207 | 106 | 0 | 57 | 111 | 0 | 25 | 144 | 100 |
| Binary | 11111111 | 10000111 | 1000110 | 0 | 101111 | 1001001 | 0 | 10101 | 1100100 | 1000000 |
Color Harmonies of #FF8746
Complementary color
Monochromatic Colors of #FF8746
Black with #FF8746
Text Example
Text Example
White with #FF8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8746; }
p { color: rgb(255,135,70); }
H1.HeaderClassName
{
color: #FF8746;
}
.AnyTagClassName
{
color: #FF8746;
}
</style>
background-color css
<style>
a { background-color: #FF8746; }
a { background-color: rgb(255,135,70); }
div.DivClassName
{
background-color: #FF8746;
}
.BgClassName
{
background-color: #FF8746;
}
</style>
border-color css
<style>
span { border-color: #FF8746; }
span { border-color: rgb(255,135,70); }
td.TdClassName
{
border-color: #FF8746;
}
.TagClassName
{
border-color: #FF8746;
}
</style>