Shades of Coral #FF7B58
Tints of Coral #FF7B58
RGB
CMYK
RGB Variations
Color information
#FF7B58 (or 0xFF7B58) is known color: Coral. HEX triplet: FF, 7B and 58. RGB value is (255,123,88). Sum of RGB (Red+Green+Blue) = 255+123+88=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B58 is #0084A7. Grayscale: #9E9E9E. Windows color (decimal): -33960 or 5798911. OLE color: 5798911.
HSL color Cylindrical-coordinate representation of color #FF7B58: hue angle of 12.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF7B58 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 88 | - |
| CMYK | 0 | 0.52 | 0.65 | 0 |
| HSL | 12.57º | 1% | 0.67% | - |
| HSV(B) | 12.57º | 0.65% | 1% | - |
| XYZ | 50.08 | 36.13 | 13.57 | - |
| YUV | 158.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 88 | 0 | 0.52 | 0.65 | 0 | 12.57 | 1 | 0.67 |
| Hex | FF | 7B | 58 | 0 | 34 | 41 | 0 | D | 64 | 43 |
| Octal | 377 | 173 | 130 | 0 | 64 | 101 | 0 | 15 | 144 | 103 |
| Binary | 11111111 | 1111011 | 1011000 | 0 | 110100 | 1000001 | 0 | 1101 | 1100100 | 1000011 |
Color Harmonies of #FF7B58
Complementary color
Monochromatic Colors of #FF7B58
Black with #FF7B58
Text Example
Text Example
White with #FF7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B58; }
p { color: rgb(255,123,88); }
H1.HeaderClassName
{
color: #FF7B58;
}
.AnyTagClassName
{
color: #FF7B58;
}
</style>
background-color css
<style>
a { background-color: #FF7B58; }
a { background-color: rgb(255,123,88); }
div.DivClassName
{
background-color: #FF7B58;
}
.BgClassName
{
background-color: #FF7B58;
}
</style>
border-color css
<style>
span { border-color: #FF7B58; }
span { border-color: rgb(255,123,88); }
td.TdClassName
{
border-color: #FF7B58;
}
.TagClassName
{
border-color: #FF7B58;
}
</style>