Shades of Bittersweet #FF6C56
Tints of Bittersweet #FF6C56
RGB
CMYK
RGB Variations
Color information
#FF6C56 (or 0xFF6C56) is known color: Bittersweet. HEX triplet: FF, 6C and 56. RGB value is (255,108,86). Sum of RGB (Red+Green+Blue) = 255+108+86=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C56 is #0093A9. Grayscale: #959595. Windows color (decimal): -37802 or 5663999. OLE color: 5663999.
HSL color Cylindrical-coordinate representation of color #FF6C56: hue angle of 7.81º 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 #FF6C56 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 86 | - |
| CMYK | 0 | 0.58 | 0.66 | 0 |
| HSL | 7.81º | 1% | 0.67% | - |
| HSV(B) | 7.81º | 0.66% | 1% | - |
| XYZ | 48.28 | 32.66 | 12.56 | - |
| YUV | 149.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 86 | 0 | 0.58 | 0.66 | 0 | 7.81 | 1 | 0.67 |
| Hex | FF | 6C | 56 | 0 | 3A | 42 | 0 | 8 | 64 | 43 |
| Octal | 377 | 154 | 126 | 0 | 72 | 102 | 0 | 10 | 144 | 103 |
| Binary | 11111111 | 1101100 | 1010110 | 0 | 111010 | 1000010 | 0 | 1000 | 1100100 | 1000011 |
Color Harmonies of #FF6C56
Complementary color
Monochromatic Colors of #FF6C56
Black with #FF6C56
Text Example
Text Example
White with #FF6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C56; }
p { color: rgb(255,108,86); }
H1.HeaderClassName
{
color: #FF6C56;
}
.AnyTagClassName
{
color: #FF6C56;
}
</style>
background-color css
<style>
a { background-color: #FF6C56; }
a { background-color: rgb(255,108,86); }
div.DivClassName
{
background-color: #FF6C56;
}
.BgClassName
{
background-color: #FF6C56;
}
</style>
border-color css
<style>
span { border-color: #FF6C56; }
span { border-color: rgb(255,108,86); }
td.TdClassName
{
border-color: #FF6C56;
}
.TagClassName
{
border-color: #FF6C56;
}
</style>