Shades of Bittersweet #FE7B65
Tints of Bittersweet #FE7B65
RGB
CMYK
RGB Variations
Color information
#FE7B65 (or 0xFE7B65) is known color: Bittersweet. HEX triplet: FE, 7B and 65. RGB value is (254,123,101). Sum of RGB (Red+Green+Blue) = 254+123+101=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B65 is #01849A. Grayscale: #9F9F9F. Windows color (decimal): -99483 or 6650878. OLE color: 6650878.
HSL color Cylindrical-coordinate representation of color #FE7B65: hue angle of 8.63º 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 #FE7B65 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 101 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.00 |
| HSL | 8.63º | 0.99% | 0.7% | - |
| HSV(B) | 8.63º | 0.6% | 1% | - |
| XYZ | 50.3 | 36.18 | 16.64 | - |
| YUV | 159.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 101 | 0 | 0.52 | 0.60 | 0.00 | 8.63 | 0.99 | 0.7 |
| Hex | FE | 7B | 65 | 0 | 34 | 3C | 0 | 9 | 63 | 46 |
| Octal | 376 | 173 | 145 | 0 | 64 | 74 | 0 | 11 | 143 | 106 |
| Binary | 11111110 | 1111011 | 1100101 | 0 | 110100 | 111100 | 0 | 1001 | 1100011 | 1000110 |
Color Harmonies of #FE7B65
Complementary color
Monochromatic Colors of #FE7B65
Black with #FE7B65
Text Example
Text Example
White with #FE7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B65; }
p { color: rgb(254,123,101); }
H1.HeaderClassName
{
color: #FE7B65;
}
.AnyTagClassName
{
color: #FE7B65;
}
</style>
background-color css
<style>
a { background-color: #FE7B65; }
a { background-color: rgb(254,123,101); }
div.DivClassName
{
background-color: #FE7B65;
}
.BgClassName
{
background-color: #FE7B65;
}
</style>
border-color css
<style>
span { border-color: #FE7B65; }
span { border-color: rgb(254,123,101); }
td.TdClassName
{
border-color: #FE7B65;
}
.TagClassName
{
border-color: #FE7B65;
}
</style>