Shades of Coral #FF8749
Tints of Coral #FF8749
RGB
CMYK
RGB Variations
Color information
#FF8749 (or 0xFF8749) is known color: Coral. HEX triplet: FF, 87 and 49. RGB value is (255,135,73). Sum of RGB (Red+Green+Blue) = 255+135+73=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8749 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8749 is #0078B6. Grayscale: #A4A4A4. Windows color (decimal): -30903 or 4818943. OLE color: 4818943.
HSL color Cylindrical-coordinate representation of color #FF8749: hue angle of 20.44º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF8749 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 73 | - |
| CMYK | 0 | 0.47 | 0.71 | 0 |
| HSL | 20.44º | 1% | 0.64% | - |
| HSV(B) | 20.44º | 0.71% | 1% | - |
| XYZ | 51.11 | 39.07 | 11.15 | - |
| YUV | 163.81 | 76.76 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 73 | 0 | 0.47 | 0.71 | 0 | 20.44 | 1 | 0.64 |
| Hex | FF | 87 | 49 | 0 | 2F | 47 | 0 | 14 | 64 | 40 |
| Octal | 377 | 207 | 111 | 0 | 57 | 107 | 0 | 24 | 144 | 100 |
| Binary | 11111111 | 10000111 | 1001001 | 0 | 101111 | 1000111 | 0 | 10100 | 1100100 | 1000000 |
Color Harmonies of #FF8749
Complementary color
Monochromatic Colors of #FF8749
Black with #FF8749
Text Example
Text Example
White with #FF8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8749; }
p { color: rgb(255,135,73); }
H1.HeaderClassName
{
color: #FF8749;
}
.AnyTagClassName
{
color: #FF8749;
}
</style>
background-color css
<style>
a { background-color: #FF8749; }
a { background-color: rgb(255,135,73); }
div.DivClassName
{
background-color: #FF8749;
}
.BgClassName
{
background-color: #FF8749;
}
</style>
border-color css
<style>
span { border-color: #FF8749; }
span { border-color: rgb(255,135,73); }
td.TdClassName
{
border-color: #FF8749;
}
.TagClassName
{
border-color: #FF8749;
}
</style>