Shades of Bittersweet #FF6656
Tints of Bittersweet #FF6656
RGB
CMYK
RGB Variations
Color information
#FF6656 (or 0xFF6656) is known color: Bittersweet. HEX triplet: FF, 66 and 56. RGB value is (255,102,86). Sum of RGB (Red+Green+Blue) = 255+102+86=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6656 is #0099A9. Grayscale: #929292. Windows color (decimal): -39338 or 5662463. OLE color: 5662463.
HSL color Cylindrical-coordinate representation of color #FF6656: hue angle of 5.68º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF6656 is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 86 | - |
| CMYK | 0 | 0.6 | 0.66 | 0 |
| HSL | 5.68º | 1% | 0.67% | - |
| HSV(B) | 5.68º | 0.66% | 1% | - |
| XYZ | 47.67 | 31.43 | 12.36 | - |
| YUV | 145.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 86 | 0 | 0.6 | 0.66 | 0 | 5.68 | 1 | 0.67 |
| Hex | FF | 66 | 56 | 0 | 3C | 42 | 0 | 6 | 64 | 43 |
| Octal | 377 | 146 | 126 | 0 | 74 | 102 | 0 | 6 | 144 | 103 |
| Binary | 11111111 | 1100110 | 1010110 | 0 | 111100 | 1000010 | 0 | 110 | 1100100 | 1000011 |
Color Harmonies of #FF6656
Complementary color
Monochromatic Colors of #FF6656
Black with #FF6656
Text Example
Text Example
White with #FF6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6656; }
p { color: rgb(255,102,86); }
H1.HeaderClassName
{
color: #FF6656;
}
.AnyTagClassName
{
color: #FF6656;
}
</style>
background-color css
<style>
a { background-color: #FF6656; }
a { background-color: rgb(255,102,86); }
div.DivClassName
{
background-color: #FF6656;
}
.BgClassName
{
background-color: #FF6656;
}
</style>
border-color css
<style>
span { border-color: #FF6656; }
span { border-color: rgb(255,102,86); }
td.TdClassName
{
border-color: #FF6656;
}
.TagClassName
{
border-color: #FF6656;
}
</style>