Shades of Bittersweet #FF7861
Tints of Bittersweet #FF7861
RGB
CMYK
RGB Variations
Color information
#FF7861 (or 0xFF7861) is known color: Bittersweet. HEX triplet: FF, 78 and 61. RGB value is (255,120,97). Sum of RGB (Red+Green+Blue) = 255+120+97=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7861 is #00879E. Grayscale: #9D9D9D. Windows color (decimal): -34719 or 6387967. OLE color: 6387967.
HSL color Cylindrical-coordinate representation of color #FF7861: hue angle of 8.73º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7861 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 97 | - |
| CMYK | 0 | 0.53 | 0.62 | 0 |
| HSL | 8.73º | 1% | 0.69% | - |
| HSV(B) | 8.73º | 0.62% | 1% | - |
| XYZ | 50.11 | 35.56 | 15.53 | - |
| YUV | 157.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 97 | 0 | 0.53 | 0.62 | 0 | 8.73 | 1 | 0.69 |
| Hex | FF | 78 | 61 | 0 | 35 | 3E | 0 | 9 | 64 | 45 |
| Octal | 377 | 170 | 141 | 0 | 65 | 76 | 0 | 11 | 144 | 105 |
| Binary | 11111111 | 1111000 | 1100001 | 0 | 110101 | 111110 | 0 | 1001 | 1100100 | 1000101 |
Color Harmonies of #FF7861
Complementary color
Monochromatic Colors of #FF7861
Black with #FF7861
Text Example
Text Example
White with #FF7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7861; }
p { color: rgb(255,120,97); }
H1.HeaderClassName
{
color: #FF7861;
}
.AnyTagClassName
{
color: #FF7861;
}
</style>
background-color css
<style>
a { background-color: #FF7861; }
a { background-color: rgb(255,120,97); }
div.DivClassName
{
background-color: #FF7861;
}
.BgClassName
{
background-color: #FF7861;
}
</style>
border-color css
<style>
span { border-color: #FF7861; }
span { border-color: rgb(255,120,97); }
td.TdClassName
{
border-color: #FF7861;
}
.TagClassName
{
border-color: #FF7861;
}
</style>