Shades of Coral #FF7C56
Tints of Coral #FF7C56
RGB
CMYK
RGB Variations
Color information
#FF7C56 (or 0xFF7C56) is known color: Coral. HEX triplet: FF, 7C and 56. RGB value is (255,124,86). Sum of RGB (Red+Green+Blue) = 255+124+86=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C56 is #0083A9. Grayscale: #9F9F9F. Windows color (decimal): -33706 or 5668095. OLE color: 5668095.
HSL color Cylindrical-coordinate representation of color #FF7C56: hue angle of 13.49º 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 #FF7C56 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 86 | - |
| CMYK | 0 | 0.51 | 0.66 | 0 |
| HSL | 13.49º | 1% | 0.67% | - |
| HSV(B) | 13.49º | 0.66% | 1% | - |
| XYZ | 50.13 | 36.35 | 13.18 | - |
| YUV | 158.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 86 | 0 | 0.51 | 0.66 | 0 | 13.49 | 1 | 0.67 |
| Hex | FF | 7C | 56 | 0 | 33 | 42 | 0 | D | 64 | 43 |
| Octal | 377 | 174 | 126 | 0 | 63 | 102 | 0 | 15 | 144 | 103 |
| Binary | 11111111 | 1111100 | 1010110 | 0 | 110011 | 1000010 | 0 | 1101 | 1100100 | 1000011 |
Color Harmonies of #FF7C56
Complementary color
Monochromatic Colors of #FF7C56
Black with #FF7C56
Text Example
Text Example
White with #FF7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C56; }
p { color: rgb(255,124,86); }
H1.HeaderClassName
{
color: #FF7C56;
}
.AnyTagClassName
{
color: #FF7C56;
}
</style>
background-color css
<style>
a { background-color: #FF7C56; }
a { background-color: rgb(255,124,86); }
div.DivClassName
{
background-color: #FF7C56;
}
.BgClassName
{
background-color: #FF7C56;
}
</style>
border-color css
<style>
span { border-color: #FF7C56; }
span { border-color: rgb(255,124,86); }
td.TdClassName
{
border-color: #FF7C56;
}
.TagClassName
{
border-color: #FF7C56;
}
</style>