Shades of Coral #FF7B56
Tints of Coral #FF7B56
RGB
CMYK
RGB Variations
Color information
#FF7B56 (or 0xFF7B56) is known color: Coral. HEX triplet: FF, 7B and 56. RGB value is (255,123,86). Sum of RGB (Red+Green+Blue) = 255+123+86=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B56 is #0084A9. Grayscale: #9E9E9E. Windows color (decimal): -33962 or 5667839. OLE color: 5667839.
HSL color Cylindrical-coordinate representation of color #FF7B56: hue angle of 13.14º 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 #FF7B56 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 86 | - |
| CMYK | 0 | 0.52 | 0.66 | 0 |
| HSL | 13.14º | 1% | 0.67% | - |
| HSV(B) | 13.14º | 0.66% | 1% | - |
| XYZ | 50 | 36.1 | 13.14 | - |
| YUV | 158.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 86 | 0 | 0.52 | 0.66 | 0 | 13.14 | 1 | 0.67 |
| Hex | FF | 7B | 56 | 0 | 34 | 42 | 0 | D | 64 | 43 |
| Octal | 377 | 173 | 126 | 0 | 64 | 102 | 0 | 15 | 144 | 103 |
| Binary | 11111111 | 1111011 | 1010110 | 0 | 110100 | 1000010 | 0 | 1101 | 1100100 | 1000011 |
Color Harmonies of #FF7B56
Complementary color
Monochromatic Colors of #FF7B56
Black with #FF7B56
Text Example
Text Example
White with #FF7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B56; }
p { color: rgb(255,123,86); }
H1.HeaderClassName
{
color: #FF7B56;
}
.AnyTagClassName
{
color: #FF7B56;
}
</style>
background-color css
<style>
a { background-color: #FF7B56; }
a { background-color: rgb(255,123,86); }
div.DivClassName
{
background-color: #FF7B56;
}
.BgClassName
{
background-color: #FF7B56;
}
</style>
border-color css
<style>
span { border-color: #FF7B56; }
span { border-color: rgb(255,123,86); }
td.TdClassName
{
border-color: #FF7B56;
}
.TagClassName
{
border-color: #FF7B56;
}
</style>