Shades of Bittersweet #FB7B60
Tints of Bittersweet #FB7B60
RGB
CMYK
RGB Variations
Color information
#FB7B60 (or 0xFB7B60) is known color: Bittersweet. HEX triplet: FB, 7B and 60. RGB value is (251,123,96). Sum of RGB (Red+Green+Blue) = 251+123+96=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B60 is #04849F. Grayscale: #9E9E9E. Windows color (decimal): -296096 or 6323195. OLE color: 6323195.
HSL color Cylindrical-coordinate representation of color #FB7B60: hue angle of 10.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB7B60 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 96 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.02 |
| HSL | 10.45º | 0.95% | 0.68% | - |
| HSV(B) | 10.45º | 0.62% | 0.98% | - |
| XYZ | 48.98 | 35.52 | 15.34 | - |
| YUV | 158.19 | 92.91 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 96 | 0 | 0.51 | 0.62 | 0.02 | 10.45 | 0.95 | 0.68 |
| Hex | FB | 7B | 60 | 0 | 33 | 3E | 2 | A | 5F | 44 |
| Octal | 373 | 173 | 140 | 0 | 63 | 76 | 2 | 12 | 137 | 104 |
| Binary | 11111011 | 1111011 | 1100000 | 0 | 110011 | 111110 | 10 | 1010 | 1011111 | 1000100 |
Color Harmonies of #FB7B60
Complementary color
Monochromatic Colors of #FB7B60
Black with #FB7B60
Text Example
Text Example
White with #FB7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B60; }
p { color: rgb(251,123,96); }
H1.HeaderClassName
{
color: #FB7B60;
}
.AnyTagClassName
{
color: #FB7B60;
}
</style>
background-color css
<style>
a { background-color: #FB7B60; }
a { background-color: rgb(251,123,96); }
div.DivClassName
{
background-color: #FB7B60;
}
.BgClassName
{
background-color: #FB7B60;
}
</style>
border-color css
<style>
span { border-color: #FB7B60; }
span { border-color: rgb(251,123,96); }
td.TdClassName
{
border-color: #FB7B60;
}
.TagClassName
{
border-color: #FB7B60;
}
</style>