Shades of Bittersweet #FE7B64
Tints of Bittersweet #FE7B64
RGB
CMYK
RGB Variations
Color information
#FE7B64 (or 0xFE7B64) is known color: Bittersweet. HEX triplet: FE, 7B and 64. RGB value is (254,123,100). Sum of RGB (Red+Green+Blue) = 254+123+100=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B64 is #01849B. Grayscale: #9F9F9F. Windows color (decimal): -99484 or 6585342. OLE color: 6585342.
HSL color Cylindrical-coordinate representation of color #FE7B64: hue angle of 8.96º 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 #FE7B64 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 100 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.00 |
| HSL | 8.96º | 0.99% | 0.69% | - |
| HSV(B) | 8.96º | 0.61% | 1% | - |
| XYZ | 50.26 | 36.16 | 16.39 | - |
| YUV | 159.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 100 | 0 | 0.52 | 0.61 | 0.00 | 8.96 | 0.99 | 0.69 |
| Hex | FE | 7B | 64 | 0 | 34 | 3D | 0 | 9 | 63 | 45 |
| Octal | 376 | 173 | 144 | 0 | 64 | 75 | 0 | 11 | 143 | 105 |
| Binary | 11111110 | 1111011 | 1100100 | 0 | 110100 | 111101 | 0 | 1001 | 1100011 | 1000101 |
Color Harmonies of #FE7B64
Complementary color
Monochromatic Colors of #FE7B64
Black with #FE7B64
Text Example
Text Example
White with #FE7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B64; }
p { color: rgb(254,123,100); }
H1.HeaderClassName
{
color: #FE7B64;
}
.AnyTagClassName
{
color: #FE7B64;
}
</style>
background-color css
<style>
a { background-color: #FE7B64; }
a { background-color: rgb(254,123,100); }
div.DivClassName
{
background-color: #FE7B64;
}
.BgClassName
{
background-color: #FE7B64;
}
</style>
border-color css
<style>
span { border-color: #FE7B64; }
span { border-color: rgb(254,123,100); }
td.TdClassName
{
border-color: #FE7B64;
}
.TagClassName
{
border-color: #FE7B64;
}
</style>