Shades of Bittersweet #FB7B64
Tints of Bittersweet #FB7B64
RGB
CMYK
RGB Variations
Color information
#FB7B64 (or 0xFB7B64) is known color: Bittersweet. HEX triplet: FB, 7B and 64. RGB value is (251,123,100). Sum of RGB (Red+Green+Blue) = 251+123+100=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B64 is #04849B. Grayscale: #9E9E9E. Windows color (decimal): -296092 or 6585339. OLE color: 6585339.
HSL color Cylindrical-coordinate representation of color #FB7B64: hue angle of 9.14º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB7B64 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 100 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.02 |
| HSL | 9.14º | 0.95% | 0.69% | - |
| HSV(B) | 9.14º | 0.6% | 0.98% | - |
| XYZ | 49.17 | 35.6 | 16.34 | - |
| YUV | 158.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 100 | 0 | 0.51 | 0.60 | 0.02 | 9.14 | 0.95 | 0.69 |
| Hex | FB | 7B | 64 | 0 | 33 | 3C | 2 | 9 | 5F | 45 |
| Octal | 373 | 173 | 144 | 0 | 63 | 74 | 2 | 11 | 137 | 105 |
| Binary | 11111011 | 1111011 | 1100100 | 0 | 110011 | 111100 | 10 | 1001 | 1011111 | 1000101 |
Color Harmonies of #FB7B64
Complementary color
Monochromatic Colors of #FB7B64
Black with #FB7B64
Text Example
Text Example
White with #FB7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B64; }
p { color: rgb(251,123,100); }
H1.HeaderClassName
{
color: #FB7B64;
}
.AnyTagClassName
{
color: #FB7B64;
}
</style>
background-color css
<style>
a { background-color: #FB7B64; }
a { background-color: rgb(251,123,100); }
div.DivClassName
{
background-color: #FB7B64;
}
.BgClassName
{
background-color: #FB7B64;
}
</style>
border-color css
<style>
span { border-color: #FB7B64; }
span { border-color: rgb(251,123,100); }
td.TdClassName
{
border-color: #FB7B64;
}
.TagClassName
{
border-color: #FB7B64;
}
</style>