Shades of Bittersweet #FB655B
Tints of Bittersweet #FB655B
RGB
CMYK
RGB Variations
Color information
#FB655B (or 0xFB655B) is known color: Bittersweet. HEX triplet: FB, 65 and 5B. RGB value is (251,101,91). Sum of RGB (Red+Green+Blue) = 251+101+91=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB655B is #049AA4. Grayscale: #909090. Windows color (decimal): -301733 or 5989883. OLE color: 5989883.
HSL color Cylindrical-coordinate representation of color #FB655B: hue angle of 3.75º 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 #FB655B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 91 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.02 |
| HSL | 3.75º | 0.95% | 0.67% | - |
| HSV(B) | 3.75º | 0.64% | 0.98% | - |
| XYZ | 46.33 | 30.57 | 13.36 | - |
| YUV | 144.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 91 | 0 | 0.60 | 0.64 | 0.02 | 3.75 | 0.95 | 0.67 |
| Hex | FB | 65 | 5B | 0 | 3C | 40 | 2 | 4 | 5F | 43 |
| Octal | 373 | 145 | 133 | 0 | 74 | 100 | 2 | 4 | 137 | 103 |
| Binary | 11111011 | 1100101 | 1011011 | 0 | 111100 | 1000000 | 10 | 100 | 1011111 | 1000011 |
Color Harmonies of #FB655B
Complementary color
Monochromatic Colors of #FB655B
Black with #FB655B
Text Example
Text Example
White with #FB655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB655B; }
p { color: rgb(251,101,91); }
H1.HeaderClassName
{
color: #FB655B;
}
.AnyTagClassName
{
color: #FB655B;
}
</style>
background-color css
<style>
a { background-color: #FB655B; }
a { background-color: rgb(251,101,91); }
div.DivClassName
{
background-color: #FB655B;
}
.BgClassName
{
background-color: #FB655B;
}
</style>
border-color css
<style>
span { border-color: #FB655B; }
span { border-color: rgb(251,101,91); }
td.TdClassName
{
border-color: #FB655B;
}
.TagClassName
{
border-color: #FB655B;
}
</style>