Shades of Coral #FF7656
Tints of Coral #FF7656
RGB
CMYK
RGB Variations
Color information
#FF7656 (or 0xFF7656) is known color: Coral. HEX triplet: FF, 76 and 56. RGB value is (255,118,86). Sum of RGB (Red+Green+Blue) = 255+118+86=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7656 is #0089A9. Grayscale: #9B9B9B. Windows color (decimal): -35242 or 5666559. OLE color: 5666559.
HSL color Cylindrical-coordinate representation of color #FF7656: hue angle of 11.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF7656 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 86 | - |
| CMYK | 0 | 0.54 | 0.66 | 0 |
| HSL | 11.36º | 1% | 0.67% | - |
| HSV(B) | 11.36º | 0.66% | 1% | - |
| XYZ | 49.4 | 34.89 | 12.93 | - |
| YUV | 155.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 86 | 0 | 0.54 | 0.66 | 0 | 11.36 | 1 | 0.67 |
| Hex | FF | 76 | 56 | 0 | 36 | 42 | 0 | B | 64 | 43 |
| Octal | 377 | 166 | 126 | 0 | 66 | 102 | 0 | 13 | 144 | 103 |
| Binary | 11111111 | 1110110 | 1010110 | 0 | 110110 | 1000010 | 0 | 1011 | 1100100 | 1000011 |
Color Harmonies of #FF7656
Complementary color
Monochromatic Colors of #FF7656
Black with #FF7656
Text Example
Text Example
White with #FF7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7656; }
p { color: rgb(255,118,86); }
H1.HeaderClassName
{
color: #FF7656;
}
.AnyTagClassName
{
color: #FF7656;
}
</style>
background-color css
<style>
a { background-color: #FF7656; }
a { background-color: rgb(255,118,86); }
div.DivClassName
{
background-color: #FF7656;
}
.BgClassName
{
background-color: #FF7656;
}
</style>
border-color css
<style>
span { border-color: #FF7656; }
span { border-color: rgb(255,118,86); }
td.TdClassName
{
border-color: #FF7656;
}
.TagClassName
{
border-color: #FF7656;
}
</style>