Shades of Bittersweet #FE7860
Tints of Bittersweet #FE7860
RGB
CMYK
RGB Variations
Color information
#FE7860 (or 0xFE7860) is known color: Bittersweet. HEX triplet: FE, 78 and 60. RGB value is (254,120,96). Sum of RGB (Red+Green+Blue) = 254+120+96=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7860 is #01879F. Grayscale: #9D9D9D. Windows color (decimal): -100256 or 6322430. OLE color: 6322430.
HSL color Cylindrical-coordinate representation of color #FE7860: hue angle of 9.11º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE7860 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 96 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.00 |
| HSL | 9.11º | 0.99% | 0.69% | - |
| HSV(B) | 9.11º | 0.62% | 1% | - |
| XYZ | 49.7 | 35.35 | 15.27 | - |
| YUV | 157.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 96 | 0 | 0.53 | 0.62 | 0.00 | 9.11 | 0.99 | 0.69 |
| Hex | FE | 78 | 60 | 0 | 35 | 3E | 0 | 9 | 63 | 45 |
| Octal | 376 | 170 | 140 | 0 | 65 | 76 | 0 | 11 | 143 | 105 |
| Binary | 11111110 | 1111000 | 1100000 | 0 | 110101 | 111110 | 0 | 1001 | 1100011 | 1000101 |
Color Harmonies of #FE7860
Complementary color
Monochromatic Colors of #FE7860
Black with #FE7860
Text Example
Text Example
White with #FE7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7860; }
p { color: rgb(254,120,96); }
H1.HeaderClassName
{
color: #FE7860;
}
.AnyTagClassName
{
color: #FE7860;
}
</style>
background-color css
<style>
a { background-color: #FE7860; }
a { background-color: rgb(254,120,96); }
div.DivClassName
{
background-color: #FE7860;
}
.BgClassName
{
background-color: #FE7860;
}
</style>
border-color css
<style>
span { border-color: #FE7860; }
span { border-color: rgb(254,120,96); }
td.TdClassName
{
border-color: #FE7860;
}
.TagClassName
{
border-color: #FE7860;
}
</style>