Shades of Bittersweet #FF645C
Tints of Bittersweet #FF645C
RGB
CMYK
RGB Variations
Color information
#FF645C (or 0xFF645C) is known color: Bittersweet. HEX triplet: FF, 64 and 5C. RGB value is (255,100,92). Sum of RGB (Red+Green+Blue) = 255+100+92=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF645C is #009BA3. Grayscale: #919191. Windows color (decimal): -39844 or 6055167. OLE color: 6055167.
HSL color Cylindrical-coordinate representation of color #FF645C: hue angle of 2.94º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF645C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 92 | - |
| CMYK | 0 | 0.61 | 0.64 | 0 |
| HSL | 2.94º | 1% | 0.68% | - |
| HSV(B) | 2.94º | 0.64% | 1% | - |
| XYZ | 47.73 | 31.15 | 13.62 | - |
| YUV | 145.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 92 | 0 | 0.61 | 0.64 | 0 | 2.94 | 1 | 0.68 |
| Hex | FF | 64 | 5C | 0 | 3D | 40 | 0 | 3 | 64 | 44 |
| Octal | 377 | 144 | 134 | 0 | 75 | 100 | 0 | 3 | 144 | 104 |
| Binary | 11111111 | 1100100 | 1011100 | 0 | 111101 | 1000000 | 0 | 11 | 1100100 | 1000100 |
Color Harmonies of #FF645C
Complementary color
Monochromatic Colors of #FF645C
Black with #FF645C
Text Example
Text Example
White with #FF645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF645C; }
p { color: rgb(255,100,92); }
H1.HeaderClassName
{
color: #FF645C;
}
.AnyTagClassName
{
color: #FF645C;
}
</style>
background-color css
<style>
a { background-color: #FF645C; }
a { background-color: rgb(255,100,92); }
div.DivClassName
{
background-color: #FF645C;
}
.BgClassName
{
background-color: #FF645C;
}
</style>
border-color css
<style>
span { border-color: #FF645C; }
span { border-color: rgb(255,100,92); }
td.TdClassName
{
border-color: #FF645C;
}
.TagClassName
{
border-color: #FF645C;
}
</style>