Shades of Bittersweet #FE7965
Tints of Bittersweet #FE7965
RGB
CMYK
RGB Variations
Color information
#FE7965 (or 0xFE7965) is known color: Bittersweet. HEX triplet: FE, 79 and 65. RGB value is (254,121,101). Sum of RGB (Red+Green+Blue) = 254+121+101=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7965 is #01869A. Grayscale: #9E9E9E. Windows color (decimal): -99995 or 6650366. OLE color: 6650366.
HSL color Cylindrical-coordinate representation of color #FE7965: hue angle of 7.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7965 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 101 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.00 |
| HSL | 7.84º | 0.99% | 0.7% | - |
| HSV(B) | 7.84º | 0.6% | 1% | - |
| XYZ | 50.06 | 35.69 | 16.56 | - |
| YUV | 158.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 101 | 0 | 0.52 | 0.60 | 0.00 | 7.84 | 0.99 | 0.7 |
| Hex | FE | 79 | 65 | 0 | 34 | 3C | 0 | 8 | 63 | 46 |
| Octal | 376 | 171 | 145 | 0 | 64 | 74 | 0 | 10 | 143 | 106 |
| Binary | 11111110 | 1111001 | 1100101 | 0 | 110100 | 111100 | 0 | 1000 | 1100011 | 1000110 |
Color Harmonies of #FE7965
Complementary color
Monochromatic Colors of #FE7965
Black with #FE7965
Text Example
Text Example
White with #FE7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7965; }
p { color: rgb(254,121,101); }
H1.HeaderClassName
{
color: #FE7965;
}
.AnyTagClassName
{
color: #FE7965;
}
</style>
background-color css
<style>
a { background-color: #FE7965; }
a { background-color: rgb(254,121,101); }
div.DivClassName
{
background-color: #FE7965;
}
.BgClassName
{
background-color: #FE7965;
}
</style>
border-color css
<style>
span { border-color: #FE7965; }
span { border-color: rgb(254,121,101); }
td.TdClassName
{
border-color: #FE7965;
}
.TagClassName
{
border-color: #FE7965;
}
</style>