Shades of Bittersweet #FF645E
Tints of Bittersweet #FF645E
RGB
CMYK
RGB Variations
Color information
#FF645E (or 0xFF645E) is known color: Bittersweet. HEX triplet: FF, 64 and 5E. RGB value is (255,100,94). Sum of RGB (Red+Green+Blue) = 255+100+94=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF645E is #009BA1. Grayscale: #919191. Windows color (decimal): -39842 or 6186239. OLE color: 6186239.
HSL color Cylindrical-coordinate representation of color #FF645E: hue angle of 2.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF645E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 94 | - |
| CMYK | 0 | 0.61 | 0.63 | 0 |
| HSL | 2.24º | 1% | 0.68% | - |
| HSV(B) | 2.24º | 0.63% | 1% | - |
| XYZ | 47.82 | 31.18 | 14.09 | - |
| YUV | 145.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 94 | 0 | 0.61 | 0.63 | 0 | 2.24 | 1 | 0.68 |
| Hex | FF | 64 | 5E | 0 | 3D | 3F | 0 | 2 | 64 | 44 |
| Octal | 377 | 144 | 136 | 0 | 75 | 77 | 0 | 2 | 144 | 104 |
| Binary | 11111111 | 1100100 | 1011110 | 0 | 111101 | 111111 | 0 | 10 | 1100100 | 1000100 |
Color Harmonies of #FF645E
Complementary color
Monochromatic Colors of #FF645E
Black with #FF645E
Text Example
Text Example
White with #FF645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF645E; }
p { color: rgb(255,100,94); }
H1.HeaderClassName
{
color: #FF645E;
}
.AnyTagClassName
{
color: #FF645E;
}
</style>
background-color css
<style>
a { background-color: #FF645E; }
a { background-color: rgb(255,100,94); }
div.DivClassName
{
background-color: #FF645E;
}
.BgClassName
{
background-color: #FF645E;
}
</style>
border-color css
<style>
span { border-color: #FF645E; }
span { border-color: rgb(255,100,94); }
td.TdClassName
{
border-color: #FF645E;
}
.TagClassName
{
border-color: #FF645E;
}
</style>