Shades of Coral #FF7E56
Tints of Coral #FF7E56
RGB
CMYK
RGB Variations
Color information
#FF7E56 (or 0xFF7E56) is known color: Coral. HEX triplet: FF, 7E and 56. RGB value is (255,126,86). Sum of RGB (Red+Green+Blue) = 255+126+86=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E56 is #0081A9. Grayscale: #A0A0A0. Windows color (decimal): -33194 or 5668607. OLE color: 5668607.
HSL color Cylindrical-coordinate representation of color #FF7E56: hue angle of 14.2º 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 #FF7E56 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 86 | - |
| CMYK | 0 | 0.51 | 0.66 | 0 |
| HSL | 14.2º | 1% | 0.67% | - |
| HSV(B) | 14.2º | 0.66% | 1% | - |
| XYZ | 50.38 | 36.85 | 13.26 | - |
| YUV | 160.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 86 | 0 | 0.51 | 0.66 | 0 | 14.2 | 1 | 0.67 |
| Hex | FF | 7E | 56 | 0 | 33 | 42 | 0 | E | 64 | 43 |
| Octal | 377 | 176 | 126 | 0 | 63 | 102 | 0 | 16 | 144 | 103 |
| Binary | 11111111 | 1111110 | 1010110 | 0 | 110011 | 1000010 | 0 | 1110 | 1100100 | 1000011 |
Color Harmonies of #FF7E56
Complementary color
Monochromatic Colors of #FF7E56
Black with #FF7E56
Text Example
Text Example
White with #FF7E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E56; }
p { color: rgb(255,126,86); }
H1.HeaderClassName
{
color: #FF7E56;
}
.AnyTagClassName
{
color: #FF7E56;
}
</style>
background-color css
<style>
a { background-color: #FF7E56; }
a { background-color: rgb(255,126,86); }
div.DivClassName
{
background-color: #FF7E56;
}
.BgClassName
{
background-color: #FF7E56;
}
</style>
border-color css
<style>
span { border-color: #FF7E56; }
span { border-color: rgb(255,126,86); }
td.TdClassName
{
border-color: #FF7E56;
}
.TagClassName
{
border-color: #FF7E56;
}
</style>