Shades of Bittersweet #FB6656
Tints of Bittersweet #FB6656
RGB
CMYK
RGB Variations
Color information
#FB6656 (or 0xFB6656) is known color: Bittersweet. HEX triplet: FB, 66 and 56. RGB value is (251,102,86). Sum of RGB (Red+Green+Blue) = 251+102+86=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6656 is #0499A9. Grayscale: #909090. Windows color (decimal): -301482 or 5662459. OLE color: 5662459.
HSL color Cylindrical-coordinate representation of color #FB6656: hue angle of 5.82º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB6656 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 86 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.02 |
| HSL | 5.82º | 0.95% | 0.66% | - |
| HSV(B) | 5.82º | 0.66% | 0.98% | - |
| XYZ | 46.21 | 30.68 | 12.29 | - |
| YUV | 144.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 86 | 0 | 0.59 | 0.66 | 0.02 | 5.82 | 0.95 | 0.66 |
| Hex | FB | 66 | 56 | 0 | 3B | 42 | 2 | 6 | 5F | 42 |
| Octal | 373 | 146 | 126 | 0 | 73 | 102 | 2 | 6 | 137 | 102 |
| Binary | 11111011 | 1100110 | 1010110 | 0 | 111011 | 1000010 | 10 | 110 | 1011111 | 1000010 |
Color Harmonies of #FB6656
Complementary color
Monochromatic Colors of #FB6656
Black with #FB6656
Text Example
Text Example
White with #FB6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6656; }
p { color: rgb(251,102,86); }
H1.HeaderClassName
{
color: #FB6656;
}
.AnyTagClassName
{
color: #FB6656;
}
</style>
background-color css
<style>
a { background-color: #FB6656; }
a { background-color: rgb(251,102,86); }
div.DivClassName
{
background-color: #FB6656;
}
.BgClassName
{
background-color: #FB6656;
}
</style>
border-color css
<style>
span { border-color: #FB6656; }
span { border-color: rgb(251,102,86); }
td.TdClassName
{
border-color: #FB6656;
}
.TagClassName
{
border-color: #FB6656;
}
</style>