Shades of Coral #FF7749
Tints of Coral #FF7749
RGB
CMYK
RGB Variations
Color information
#FF7749 (or 0xFF7749) is known color: Coral. HEX triplet: FF, 77 and 49. RGB value is (255,119,73). Sum of RGB (Red+Green+Blue) = 255+119+73=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7749 is #0088B6. Grayscale: #9A9A9A. Windows color (decimal): -34999 or 4814847. OLE color: 4814847.
HSL color Cylindrical-coordinate representation of color #FF7749: hue angle of 15.16º 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 #FF7749 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 73 | - |
| CMYK | 0 | 0.53 | 0.71 | 0 |
| HSL | 15.16º | 1% | 0.64% | - |
| HSV(B) | 15.16º | 0.71% | 1% | - |
| XYZ | 49.04 | 34.93 | 10.46 | - |
| YUV | 154.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 73 | 0 | 0.53 | 0.71 | 0 | 15.16 | 1 | 0.64 |
| Hex | FF | 77 | 49 | 0 | 35 | 47 | 0 | F | 64 | 40 |
| Octal | 377 | 167 | 111 | 0 | 65 | 107 | 0 | 17 | 144 | 100 |
| Binary | 11111111 | 1110111 | 1001001 | 0 | 110101 | 1000111 | 0 | 1111 | 1100100 | 1000000 |
Color Harmonies of #FF7749
Complementary color
Monochromatic Colors of #FF7749
Black with #FF7749
Text Example
Text Example
White with #FF7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7749; }
p { color: rgb(255,119,73); }
H1.HeaderClassName
{
color: #FF7749;
}
.AnyTagClassName
{
color: #FF7749;
}
</style>
background-color css
<style>
a { background-color: #FF7749; }
a { background-color: rgb(255,119,73); }
div.DivClassName
{
background-color: #FF7749;
}
.BgClassName
{
background-color: #FF7749;
}
</style>
border-color css
<style>
span { border-color: #FF7749; }
span { border-color: rgb(255,119,73); }
td.TdClassName
{
border-color: #FF7749;
}
.TagClassName
{
border-color: #FF7749;
}
</style>