Shades of Coral #FF7655
Tints of Coral #FF7655
RGB
CMYK
RGB Variations
Color information
#FF7655 (or 0xFF7655) is known color: Coral. HEX triplet: FF, 76 and 55. RGB value is (255,118,85). Sum of RGB (Red+Green+Blue) = 255+118+85=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7655 is #0089AA. Grayscale: #9B9B9B. Windows color (decimal): -35243 or 5601023. OLE color: 5601023.
HSL color Cylindrical-coordinate representation of color #FF7655: hue angle of 11.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF7655 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 85 | - |
| CMYK | 0 | 0.54 | 0.67 | 0 |
| HSL | 11.65º | 1% | 0.67% | - |
| HSV(B) | 11.65º | 0.67% | 1% | - |
| XYZ | 49.36 | 34.87 | 12.72 | - |
| YUV | 155.2 | 88.39 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 85 | 0 | 0.54 | 0.67 | 0 | 11.65 | 1 | 0.67 |
| Hex | FF | 76 | 55 | 0 | 36 | 43 | 0 | C | 64 | 43 |
| Octal | 377 | 166 | 125 | 0 | 66 | 103 | 0 | 14 | 144 | 103 |
| Binary | 11111111 | 1110110 | 1010101 | 0 | 110110 | 1000011 | 0 | 1100 | 1100100 | 1000011 |
Color Harmonies of #FF7655
Complementary color
Monochromatic Colors of #FF7655
Black with #FF7655
Text Example
Text Example
White with #FF7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7655; }
p { color: rgb(255,118,85); }
H1.HeaderClassName
{
color: #FF7655;
}
.AnyTagClassName
{
color: #FF7655;
}
</style>
background-color css
<style>
a { background-color: #FF7655; }
a { background-color: rgb(255,118,85); }
div.DivClassName
{
background-color: #FF7655;
}
.BgClassName
{
background-color: #FF7655;
}
</style>
border-color css
<style>
span { border-color: #FF7655; }
span { border-color: rgb(255,118,85); }
td.TdClassName
{
border-color: #FF7655;
}
.TagClassName
{
border-color: #FF7655;
}
</style>