Shades of Bittersweet #FB7B61
Tints of Bittersweet #FB7B61
RGB
CMYK
RGB Variations
Color information
#FB7B61 (or 0xFB7B61) is known color: Bittersweet. HEX triplet: FB, 7B and 61. RGB value is (251,123,97). Sum of RGB (Red+Green+Blue) = 251+123+97=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B61 is #04849E. Grayscale: #9E9E9E. Windows color (decimal): -296095 or 6388731. OLE color: 6388731.
HSL color Cylindrical-coordinate representation of color #FB7B61: hue angle of 10.13º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB7B61 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 97 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.02 |
| HSL | 10.13º | 0.95% | 0.68% | - |
| HSV(B) | 10.13º | 0.61% | 0.98% | - |
| XYZ | 49.02 | 35.54 | 15.58 | - |
| YUV | 158.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 97 | 0 | 0.51 | 0.61 | 0.02 | 10.13 | 0.95 | 0.68 |
| Hex | FB | 7B | 61 | 0 | 33 | 3D | 2 | A | 5F | 44 |
| Octal | 373 | 173 | 141 | 0 | 63 | 75 | 2 | 12 | 137 | 104 |
| Binary | 11111011 | 1111011 | 1100001 | 0 | 110011 | 111101 | 10 | 1010 | 1011111 | 1000100 |
Color Harmonies of #FB7B61
Complementary color
Monochromatic Colors of #FB7B61
Black with #FB7B61
Text Example
Text Example
White with #FB7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B61; }
p { color: rgb(251,123,97); }
H1.HeaderClassName
{
color: #FB7B61;
}
.AnyTagClassName
{
color: #FB7B61;
}
</style>
background-color css
<style>
a { background-color: #FB7B61; }
a { background-color: rgb(251,123,97); }
div.DivClassName
{
background-color: #FB7B61;
}
.BgClassName
{
background-color: #FB7B61;
}
</style>
border-color css
<style>
span { border-color: #FB7B61; }
span { border-color: rgb(251,123,97); }
td.TdClassName
{
border-color: #FB7B61;
}
.TagClassName
{
border-color: #FB7B61;
}
</style>