Shades of Bittersweet #FF6456
Tints of Bittersweet #FF6456
RGB
CMYK
RGB Variations
Color information
#FF6456 (or 0xFF6456) is known color: Bittersweet. HEX triplet: FF, 64 and 56. RGB value is (255,100,86). Sum of RGB (Red+Green+Blue) = 255+100+86=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6456 is #009BA9. Grayscale: #909090. Windows color (decimal): -39850 or 5661951. OLE color: 5661951.
HSL color Cylindrical-coordinate representation of color #FF6456: hue angle of 4.97º 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 #FF6456 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 86 | - |
| CMYK | 0 | 0.61 | 0.66 | 0 |
| HSL | 4.97º | 1% | 0.67% | - |
| HSV(B) | 4.97º | 0.66% | 1% | - |
| XYZ | 47.48 | 31.05 | 12.29 | - |
| YUV | 144.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 86 | 0 | 0.61 | 0.66 | 0 | 4.97 | 1 | 0.67 |
| Hex | FF | 64 | 56 | 0 | 3D | 42 | 0 | 5 | 64 | 43 |
| Octal | 377 | 144 | 126 | 0 | 75 | 102 | 0 | 5 | 144 | 103 |
| Binary | 11111111 | 1100100 | 1010110 | 0 | 111101 | 1000010 | 0 | 101 | 1100100 | 1000011 |
Color Harmonies of #FF6456
Complementary color
Monochromatic Colors of #FF6456
Black with #FF6456
Text Example
Text Example
White with #FF6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6456; }
p { color: rgb(255,100,86); }
H1.HeaderClassName
{
color: #FF6456;
}
.AnyTagClassName
{
color: #FF6456;
}
</style>
background-color css
<style>
a { background-color: #FF6456; }
a { background-color: rgb(255,100,86); }
div.DivClassName
{
background-color: #FF6456;
}
.BgClassName
{
background-color: #FF6456;
}
</style>
border-color css
<style>
span { border-color: #FF6456; }
span { border-color: rgb(255,100,86); }
td.TdClassName
{
border-color: #FF6456;
}
.TagClassName
{
border-color: #FF6456;
}
</style>