Shades of Coral #FB7B5B
Tints of Coral #FB7B5B
RGB
CMYK
RGB Variations
Color information
#FB7B5B (or 0xFB7B5B) is known color: Coral. HEX triplet: FB, 7B and 5B. RGB value is (251,123,91). Sum of RGB (Red+Green+Blue) = 251+123+91=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B5B is #0484A4. Grayscale: #9D9D9D. Windows color (decimal): -296101 or 5995515. OLE color: 5995515.
HSL color Cylindrical-coordinate representation of color #FB7B5B: hue angle of 12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB7B5B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 91 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.02 |
| HSL | 12º | 0.95% | 0.67% | - |
| HSV(B) | 12º | 0.64% | 0.98% | - |
| XYZ | 48.75 | 35.43 | 14.17 | - |
| YUV | 157.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 91 | 0 | 0.51 | 0.64 | 0.02 | 12 | 0.95 | 0.67 |
| Hex | FB | 7B | 5B | 0 | 33 | 40 | 2 | C | 5F | 43 |
| Octal | 373 | 173 | 133 | 0 | 63 | 100 | 2 | 14 | 137 | 103 |
| Binary | 11111011 | 1111011 | 1011011 | 0 | 110011 | 1000000 | 10 | 1100 | 1011111 | 1000011 |
Color Harmonies of #FB7B5B
Complementary color
Monochromatic Colors of #FB7B5B
Black with #FB7B5B
Text Example
Text Example
White with #FB7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B5B; }
p { color: rgb(251,123,91); }
H1.HeaderClassName
{
color: #FB7B5B;
}
.AnyTagClassName
{
color: #FB7B5B;
}
</style>
background-color css
<style>
a { background-color: #FB7B5B; }
a { background-color: rgb(251,123,91); }
div.DivClassName
{
background-color: #FB7B5B;
}
.BgClassName
{
background-color: #FB7B5B;
}
</style>
border-color css
<style>
span { border-color: #FB7B5B; }
span { border-color: rgb(251,123,91); }
td.TdClassName
{
border-color: #FB7B5B;
}
.TagClassName
{
border-color: #FB7B5B;
}
</style>