Shades of Bittersweet #FF7C64
Tints of Bittersweet #FF7C64
RGB
CMYK
RGB Variations
Color information
#FF7C64 (or 0xFF7C64) is known color: Bittersweet. HEX triplet: FF, 7C and 64. RGB value is (255,124,100). Sum of RGB (Red+Green+Blue) = 255+124+100=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C64 is #00839B. Grayscale: #A0A0A0. Windows color (decimal): -33692 or 6585599. OLE color: 6585599.
HSL color Cylindrical-coordinate representation of color #FF7C64: hue angle of 9.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7C64 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 100 | - |
| CMYK | 0 | 0.51 | 0.61 | 0 |
| HSL | 9.29º | 1% | 0.7% | - |
| HSV(B) | 9.29º | 0.61% | 1% | - |
| XYZ | 50.75 | 36.6 | 16.45 | - |
| YUV | 160.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 100 | 0 | 0.51 | 0.61 | 0 | 9.29 | 1 | 0.7 |
| Hex | FF | 7C | 64 | 0 | 33 | 3D | 0 | 9 | 64 | 46 |
| Octal | 377 | 174 | 144 | 0 | 63 | 75 | 0 | 11 | 144 | 106 |
| Binary | 11111111 | 1111100 | 1100100 | 0 | 110011 | 111101 | 0 | 1001 | 1100100 | 1000110 |
Color Harmonies of #FF7C64
Complementary color
Monochromatic Colors of #FF7C64
Black with #FF7C64
Text Example
Text Example
White with #FF7C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C64; }
p { color: rgb(255,124,100); }
H1.HeaderClassName
{
color: #FF7C64;
}
.AnyTagClassName
{
color: #FF7C64;
}
</style>
background-color css
<style>
a { background-color: #FF7C64; }
a { background-color: rgb(255,124,100); }
div.DivClassName
{
background-color: #FF7C64;
}
.BgClassName
{
background-color: #FF7C64;
}
</style>
border-color css
<style>
span { border-color: #FF7C64; }
span { border-color: rgb(255,124,100); }
td.TdClassName
{
border-color: #FF7C64;
}
.TagClassName
{
border-color: #FF7C64;
}
</style>