Shades of Bittersweet #FF6455
Tints of Bittersweet #FF6455
RGB
CMYK
RGB Variations
Color information
#FF6455 (or 0xFF6455) is known color: Bittersweet. HEX triplet: FF, 64 and 55. RGB value is (255,100,85). Sum of RGB (Red+Green+Blue) = 255+100+85=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6455 is #009BAA. Grayscale: #909090. Windows color (decimal): -39851 or 5596415. OLE color: 5596415.
HSL color Cylindrical-coordinate representation of color #FF6455: hue angle of 5.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF6455 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 85 | - |
| CMYK | 0 | 0.61 | 0.67 | 0 |
| HSL | 5.29º | 1% | 0.67% | - |
| HSV(B) | 5.29º | 0.67% | 1% | - |
| XYZ | 47.44 | 31.03 | 12.08 | - |
| YUV | 144.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 85 | 0 | 0.61 | 0.67 | 0 | 5.29 | 1 | 0.67 |
| Hex | FF | 64 | 55 | 0 | 3D | 43 | 0 | 5 | 64 | 43 |
| Octal | 377 | 144 | 125 | 0 | 75 | 103 | 0 | 5 | 144 | 103 |
| Binary | 11111111 | 1100100 | 1010101 | 0 | 111101 | 1000011 | 0 | 101 | 1100100 | 1000011 |
Color Harmonies of #FF6455
Complementary color
Monochromatic Colors of #FF6455
Black with #FF6455
Text Example
Text Example
White with #FF6455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6455; }
p { color: rgb(255,100,85); }
H1.HeaderClassName
{
color: #FF6455;
}
.AnyTagClassName
{
color: #FF6455;
}
</style>
background-color css
<style>
a { background-color: #FF6455; }
a { background-color: rgb(255,100,85); }
div.DivClassName
{
background-color: #FF6455;
}
.BgClassName
{
background-color: #FF6455;
}
</style>
border-color css
<style>
span { border-color: #FF6455; }
span { border-color: rgb(255,100,85); }
td.TdClassName
{
border-color: #FF6455;
}
.TagClassName
{
border-color: #FF6455;
}
</style>