Shades of Bittersweet #FF655B
Tints of Bittersweet #FF655B
RGB
CMYK
RGB Variations
Color information
#FF655B (or 0xFF655B) is known color: Bittersweet. HEX triplet: FF, 65 and 5B. RGB value is (255,101,91). Sum of RGB (Red+Green+Blue) = 255+101+91=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF655B is #009AA4. Grayscale: #929292. Windows color (decimal): -39589 or 5989887. OLE color: 5989887.
HSL color Cylindrical-coordinate representation of color #FF655B: hue angle of 3.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF655B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 91 | - |
| CMYK | 0 | 0.60 | 0.64 | 0 |
| HSL | 3.66º | 1% | 0.68% | - |
| HSV(B) | 3.66º | 0.64% | 1% | - |
| XYZ | 47.78 | 31.32 | 13.43 | - |
| YUV | 145.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 91 | 0 | 0.60 | 0.64 | 0 | 3.66 | 1 | 0.68 |
| Hex | FF | 65 | 5B | 0 | 3C | 40 | 0 | 4 | 64 | 44 |
| Octal | 377 | 145 | 133 | 0 | 74 | 100 | 0 | 4 | 144 | 104 |
| Binary | 11111111 | 1100101 | 1011011 | 0 | 111100 | 1000000 | 0 | 100 | 1100100 | 1000100 |
Color Harmonies of #FF655B
Complementary color
Monochromatic Colors of #FF655B
Black with #FF655B
Text Example
Text Example
White with #FF655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF655B; }
p { color: rgb(255,101,91); }
H1.HeaderClassName
{
color: #FF655B;
}
.AnyTagClassName
{
color: #FF655B;
}
</style>
background-color css
<style>
a { background-color: #FF655B; }
a { background-color: rgb(255,101,91); }
div.DivClassName
{
background-color: #FF655B;
}
.BgClassName
{
background-color: #FF655B;
}
</style>
border-color css
<style>
span { border-color: #FF655B; }
span { border-color: rgb(255,101,91); }
td.TdClassName
{
border-color: #FF655B;
}
.TagClassName
{
border-color: #FF655B;
}
</style>