Shades of Bittersweet #FF655F
Tints of Bittersweet #FF655F
RGB
CMYK
RGB Variations
Color information
#FF655F (or 0xFF655F) is known color: Bittersweet. HEX triplet: FF, 65 and 5F. RGB value is (255,101,95). Sum of RGB (Red+Green+Blue) = 255+101+95=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF655F is #009AA0. Grayscale: #929292. Windows color (decimal): -39585 or 6252031. OLE color: 6252031.
HSL color Cylindrical-coordinate representation of color #FF655F: hue angle of 2.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF655F is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 95 | - |
| CMYK | 0 | 0.60 | 0.63 | 0 |
| HSL | 2.25º | 1% | 0.69% | - |
| HSV(B) | 2.25º | 0.63% | 1% | - |
| XYZ | 47.96 | 31.39 | 14.36 | - |
| YUV | 146.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 95 | 0 | 0.60 | 0.63 | 0 | 2.25 | 1 | 0.69 |
| Hex | FF | 65 | 5F | 0 | 3C | 3F | 0 | 2 | 64 | 45 |
| Octal | 377 | 145 | 137 | 0 | 74 | 77 | 0 | 2 | 144 | 105 |
| Binary | 11111111 | 1100101 | 1011111 | 0 | 111100 | 111111 | 0 | 10 | 1100100 | 1000101 |
Color Harmonies of #FF655F
Complementary color
Monochromatic Colors of #FF655F
Black with #FF655F
Text Example
Text Example
White with #FF655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF655F; }
p { color: rgb(255,101,95); }
H1.HeaderClassName
{
color: #FF655F;
}
.AnyTagClassName
{
color: #FF655F;
}
</style>
background-color css
<style>
a { background-color: #FF655F; }
a { background-color: rgb(255,101,95); }
div.DivClassName
{
background-color: #FF655F;
}
.BgClassName
{
background-color: #FF655F;
}
</style>
border-color css
<style>
span { border-color: #FF655F; }
span { border-color: rgb(255,101,95); }
td.TdClassName
{
border-color: #FF655F;
}
.TagClassName
{
border-color: #FF655F;
}
</style>