Shades of Coral #FB7B58
Tints of Coral #FB7B58
RGB
CMYK
RGB Variations
Color information
#FB7B58 (or 0xFB7B58) is known color: Coral. HEX triplet: FB, 7B and 58. RGB value is (251,123,88). Sum of RGB (Red+Green+Blue) = 251+123+88=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B58 is #0484A7. Grayscale: #9D9D9D. Windows color (decimal): -296104 or 5798907. OLE color: 5798907.
HSL color Cylindrical-coordinate representation of color #FB7B58: hue angle of 12.88º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB7B58 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 88 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.02 |
| HSL | 12.88º | 0.95% | 0.66% | - |
| HSV(B) | 12.88º | 0.65% | 0.98% | - |
| XYZ | 48.63 | 35.38 | 13.5 | - |
| YUV | 157.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 88 | 0 | 0.51 | 0.65 | 0.02 | 12.88 | 0.95 | 0.66 |
| Hex | FB | 7B | 58 | 0 | 33 | 41 | 2 | D | 5F | 42 |
| Octal | 373 | 173 | 130 | 0 | 63 | 101 | 2 | 15 | 137 | 102 |
| Binary | 11111011 | 1111011 | 1011000 | 0 | 110011 | 1000001 | 10 | 1101 | 1011111 | 1000010 |
Color Harmonies of #FB7B58
Complementary color
Monochromatic Colors of #FB7B58
Black with #FB7B58
Text Example
Text Example
White with #FB7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B58; }
p { color: rgb(251,123,88); }
H1.HeaderClassName
{
color: #FB7B58;
}
.AnyTagClassName
{
color: #FB7B58;
}
</style>
background-color css
<style>
a { background-color: #FB7B58; }
a { background-color: rgb(251,123,88); }
div.DivClassName
{
background-color: #FB7B58;
}
.BgClassName
{
background-color: #FB7B58;
}
</style>
border-color css
<style>
span { border-color: #FB7B58; }
span { border-color: rgb(251,123,88); }
td.TdClassName
{
border-color: #FB7B58;
}
.TagClassName
{
border-color: #FB7B58;
}
</style>