Shades of Bittersweet #FF6556
Tints of Bittersweet #FF6556
RGB
CMYK
RGB Variations
Color information
#FF6556 (or 0xFF6556) is known color: Bittersweet. HEX triplet: FF, 65 and 56. RGB value is (255,101,86). Sum of RGB (Red+Green+Blue) = 255+101+86=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6556 is #009AA9. Grayscale: #919191. Windows color (decimal): -39594 or 5662207. OLE color: 5662207.
HSL color Cylindrical-coordinate representation of color #FF6556: hue angle of 5.33º 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 #FF6556 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 86 | - |
| CMYK | 0 | 0.60 | 0.66 | 0 |
| HSL | 5.33º | 1% | 0.67% | - |
| HSV(B) | 5.33º | 0.66% | 1% | - |
| XYZ | 47.57 | 31.24 | 12.33 | - |
| YUV | 145.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 86 | 0 | 0.60 | 0.66 | 0 | 5.33 | 1 | 0.67 |
| Hex | FF | 65 | 56 | 0 | 3C | 42 | 0 | 5 | 64 | 43 |
| Octal | 377 | 145 | 126 | 0 | 74 | 102 | 0 | 5 | 144 | 103 |
| Binary | 11111111 | 1100101 | 1010110 | 0 | 111100 | 1000010 | 0 | 101 | 1100100 | 1000011 |
Color Harmonies of #FF6556
Complementary color
Monochromatic Colors of #FF6556
Black with #FF6556
Text Example
Text Example
White with #FF6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6556; }
p { color: rgb(255,101,86); }
H1.HeaderClassName
{
color: #FF6556;
}
.AnyTagClassName
{
color: #FF6556;
}
</style>
background-color css
<style>
a { background-color: #FF6556; }
a { background-color: rgb(255,101,86); }
div.DivClassName
{
background-color: #FF6556;
}
.BgClassName
{
background-color: #FF6556;
}
</style>
border-color css
<style>
span { border-color: #FF6556; }
span { border-color: rgb(255,101,86); }
td.TdClassName
{
border-color: #FF6556;
}
.TagClassName
{
border-color: #FF6556;
}
</style>