Shades of Coral #FF7649
Tints of Coral #FF7649
RGB
CMYK
RGB Variations
Color information
#FF7649 (or 0xFF7649) is known color: Coral. HEX triplet: FF, 76 and 49. RGB value is (255,118,73). Sum of RGB (Red+Green+Blue) = 255+118+73=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7649 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7649 is #0089B6. Grayscale: #9A9A9A. Windows color (decimal): -35255 or 4814591. OLE color: 4814591.
HSL color Cylindrical-coordinate representation of color #FF7649: hue angle of 14.84º 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 #FF7649 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 73 | - |
| CMYK | 0 | 0.54 | 0.71 | 0 |
| HSL | 14.84º | 1% | 0.64% | - |
| HSV(B) | 14.84º | 0.71% | 1% | - |
| XYZ | 48.92 | 34.7 | 10.42 | - |
| YUV | 153.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 73 | 0 | 0.54 | 0.71 | 0 | 14.84 | 1 | 0.64 |
| Hex | FF | 76 | 49 | 0 | 36 | 47 | 0 | F | 64 | 40 |
| Octal | 377 | 166 | 111 | 0 | 66 | 107 | 0 | 17 | 144 | 100 |
| Binary | 11111111 | 1110110 | 1001001 | 0 | 110110 | 1000111 | 0 | 1111 | 1100100 | 1000000 |
Color Harmonies of #FF7649
Complementary color
Monochromatic Colors of #FF7649
Black with #FF7649
Text Example
Text Example
White with #FF7649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7649; }
p { color: rgb(255,118,73); }
H1.HeaderClassName
{
color: #FF7649;
}
.AnyTagClassName
{
color: #FF7649;
}
</style>
background-color css
<style>
a { background-color: #FF7649; }
a { background-color: rgb(255,118,73); }
div.DivClassName
{
background-color: #FF7649;
}
.BgClassName
{
background-color: #FF7649;
}
</style>
border-color css
<style>
span { border-color: #FF7649; }
span { border-color: rgb(255,118,73); }
td.TdClassName
{
border-color: #FF7649;
}
.TagClassName
{
border-color: #FF7649;
}
</style>