Shades of Bittersweet #FE7765
Tints of Bittersweet #FE7765
RGB
CMYK
RGB Variations
Color information
#FE7765 (or 0xFE7765) is known color: Bittersweet. HEX triplet: FE, 77 and 65. RGB value is (254,119,101). Sum of RGB (Red+Green+Blue) = 254+119+101=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7765 is #01889A. Grayscale: #9D9D9D. Windows color (decimal): -100507 or 6649854. OLE color: 6649854.
HSL color Cylindrical-coordinate representation of color #FE7765: hue angle of 7.06º 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 #FE7765 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 101 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.00 |
| HSL | 7.06º | 0.99% | 0.7% | - |
| HSV(B) | 7.06º | 0.6% | 1% | - |
| XYZ | 49.82 | 35.2 | 16.48 | - |
| YUV | 157.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 101 | 0 | 0.53 | 0.60 | 0.00 | 7.06 | 0.99 | 0.7 |
| Hex | FE | 77 | 65 | 0 | 35 | 3C | 0 | 7 | 63 | 46 |
| Octal | 376 | 167 | 145 | 0 | 65 | 74 | 0 | 7 | 143 | 106 |
| Binary | 11111110 | 1110111 | 1100101 | 0 | 110101 | 111100 | 0 | 111 | 1100011 | 1000110 |
Color Harmonies of #FE7765
Complementary color
Monochromatic Colors of #FE7765
Black with #FE7765
Text Example
Text Example
White with #FE7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7765; }
p { color: rgb(254,119,101); }
H1.HeaderClassName
{
color: #FE7765;
}
.AnyTagClassName
{
color: #FE7765;
}
</style>
background-color css
<style>
a { background-color: #FE7765; }
a { background-color: rgb(254,119,101); }
div.DivClassName
{
background-color: #FE7765;
}
.BgClassName
{
background-color: #FE7765;
}
</style>
border-color css
<style>
span { border-color: #FE7765; }
span { border-color: rgb(254,119,101); }
td.TdClassName
{
border-color: #FE7765;
}
.TagClassName
{
border-color: #FE7765;
}
</style>