Shades of Bittersweet #FE7961
Tints of Bittersweet #FE7961
RGB
CMYK
RGB Variations
Color information
#FE7961 (or 0xFE7961) is known color: Bittersweet. HEX triplet: FE, 79 and 61. RGB value is (254,121,97). Sum of RGB (Red+Green+Blue) = 254+121+97=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7961 is #01869E. Grayscale: #9E9E9E. Windows color (decimal): -99999 or 6388222. OLE color: 6388222.
HSL color Cylindrical-coordinate representation of color #FE7961: hue angle of 9.17º 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 #FE7961 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 97 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.00 |
| HSL | 9.17º | 0.99% | 0.69% | - |
| HSV(B) | 9.17º | 0.62% | 1% | - |
| XYZ | 49.87 | 35.61 | 15.55 | - |
| YUV | 158.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 97 | 0 | 0.52 | 0.62 | 0.00 | 9.17 | 0.99 | 0.69 |
| Hex | FE | 79 | 61 | 0 | 34 | 3E | 0 | 9 | 63 | 45 |
| Octal | 376 | 171 | 141 | 0 | 64 | 76 | 0 | 11 | 143 | 105 |
| Binary | 11111110 | 1111001 | 1100001 | 0 | 110100 | 111110 | 0 | 1001 | 1100011 | 1000101 |
Color Harmonies of #FE7961
Complementary color
Monochromatic Colors of #FE7961
Black with #FE7961
Text Example
Text Example
White with #FE7961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7961; }
p { color: rgb(254,121,97); }
H1.HeaderClassName
{
color: #FE7961;
}
.AnyTagClassName
{
color: #FE7961;
}
</style>
background-color css
<style>
a { background-color: #FE7961; }
a { background-color: rgb(254,121,97); }
div.DivClassName
{
background-color: #FE7961;
}
.BgClassName
{
background-color: #FE7961;
}
</style>
border-color css
<style>
span { border-color: #FE7961; }
span { border-color: rgb(254,121,97); }
td.TdClassName
{
border-color: #FE7961;
}
.TagClassName
{
border-color: #FE7961;
}
</style>