Shades of Coral #FF7F56
Tints of Coral #FF7F56
RGB
CMYK
RGB Variations
Color information
#FF7F56 (or 0xFF7F56) is known color: Coral. HEX triplet: FF, 7F and 56. RGB value is (255,127,86). Sum of RGB (Red+Green+Blue) = 255+127+86=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F56 is #0080A9. Grayscale: #A0A0A0. Windows color (decimal): -32938 or 5668863. OLE color: 5668863.
HSL color Cylindrical-coordinate representation of color #FF7F56: hue angle of 14.56º 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 #FF7F56 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 86 | - |
| CMYK | 0 | 0.50 | 0.66 | 0 |
| HSL | 14.56º | 1% | 0.67% | - |
| HSV(B) | 14.56º | 0.66% | 1% | - |
| XYZ | 50.51 | 37.11 | 13.31 | - |
| YUV | 160.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 86 | 0 | 0.50 | 0.66 | 0 | 14.56 | 1 | 0.67 |
| Hex | FF | 7F | 56 | 0 | 32 | 42 | 0 | F | 64 | 43 |
| Octal | 377 | 177 | 126 | 0 | 62 | 102 | 0 | 17 | 144 | 103 |
| Binary | 11111111 | 1111111 | 1010110 | 0 | 110010 | 1000010 | 0 | 1111 | 1100100 | 1000011 |
Color Harmonies of #FF7F56
Complementary color
Monochromatic Colors of #FF7F56
Black with #FF7F56
Text Example
Text Example
White with #FF7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F56; }
p { color: rgb(255,127,86); }
H1.HeaderClassName
{
color: #FF7F56;
}
.AnyTagClassName
{
color: #FF7F56;
}
</style>
background-color css
<style>
a { background-color: #FF7F56; }
a { background-color: rgb(255,127,86); }
div.DivClassName
{
background-color: #FF7F56;
}
.BgClassName
{
background-color: #FF7F56;
}
</style>
border-color css
<style>
span { border-color: #FF7F56; }
span { border-color: rgb(255,127,86); }
td.TdClassName
{
border-color: #FF7F56;
}
.TagClassName
{
border-color: #FF7F56;
}
</style>