Shades of Bittersweet #FE7764
Tints of Bittersweet #FE7764
RGB
CMYK
RGB Variations
Color information
#FE7764 (or 0xFE7764) is known color: Bittersweet. HEX triplet: FE, 77 and 64. RGB value is (254,119,100). Sum of RGB (Red+Green+Blue) = 254+119+100=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7764 is #01889B. Grayscale: #9D9D9D. Windows color (decimal): -100508 or 6584318. OLE color: 6584318.
HSL color Cylindrical-coordinate representation of color #FE7764: hue angle of 7.4º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE7764 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 100 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.00 |
| HSL | 7.4º | 0.99% | 0.69% | - |
| HSV(B) | 7.4º | 0.61% | 1% | - |
| XYZ | 49.77 | 35.18 | 16.22 | - |
| YUV | 157.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 100 | 0 | 0.53 | 0.61 | 0.00 | 7.4 | 0.99 | 0.69 |
| Hex | FE | 77 | 64 | 0 | 35 | 3D | 0 | 7 | 63 | 45 |
| Octal | 376 | 167 | 144 | 0 | 65 | 75 | 0 | 7 | 143 | 105 |
| Binary | 11111110 | 1110111 | 1100100 | 0 | 110101 | 111101 | 0 | 111 | 1100011 | 1000101 |
Color Harmonies of #FE7764
Complementary color
Monochromatic Colors of #FE7764
Black with #FE7764
Text Example
Text Example
White with #FE7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7764; }
p { color: rgb(254,119,100); }
H1.HeaderClassName
{
color: #FE7764;
}
.AnyTagClassName
{
color: #FE7764;
}
</style>
background-color css
<style>
a { background-color: #FE7764; }
a { background-color: rgb(254,119,100); }
div.DivClassName
{
background-color: #FE7764;
}
.BgClassName
{
background-color: #FE7764;
}
</style>
border-color css
<style>
span { border-color: #FE7764; }
span { border-color: rgb(254,119,100); }
td.TdClassName
{
border-color: #FE7764;
}
.TagClassName
{
border-color: #FE7764;
}
</style>