Shades of Bittersweet #FE7B61
Tints of Bittersweet #FE7B61
RGB
CMYK
RGB Variations
Color information
#FE7B61 (or 0xFE7B61) is known color: Bittersweet. HEX triplet: FE, 7B and 61. RGB value is (254,123,97). Sum of RGB (Red+Green+Blue) = 254+123+97=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B61 is #01849E. Grayscale: #9F9F9F. Windows color (decimal): -99487 or 6388734. OLE color: 6388734.
HSL color Cylindrical-coordinate representation of color #FE7B61: hue angle of 9.94º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE7B61 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 97 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.00 |
| HSL | 9.94º | 0.99% | 0.69% | - |
| HSV(B) | 9.94º | 0.62% | 1% | - |
| XYZ | 50.11 | 36.1 | 15.64 | - |
| YUV | 159.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 97 | 0 | 0.52 | 0.62 | 0.00 | 9.94 | 0.99 | 0.69 |
| Hex | FE | 7B | 61 | 0 | 34 | 3E | 0 | A | 63 | 45 |
| Octal | 376 | 173 | 141 | 0 | 64 | 76 | 0 | 12 | 143 | 105 |
| Binary | 11111110 | 1111011 | 1100001 | 0 | 110100 | 111110 | 0 | 1010 | 1100011 | 1000101 |
Color Harmonies of #FE7B61
Complementary color
Monochromatic Colors of #FE7B61
Black with #FE7B61
Text Example
Text Example
White with #FE7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B61; }
p { color: rgb(254,123,97); }
H1.HeaderClassName
{
color: #FE7B61;
}
.AnyTagClassName
{
color: #FE7B61;
}
</style>
background-color css
<style>
a { background-color: #FE7B61; }
a { background-color: rgb(254,123,97); }
div.DivClassName
{
background-color: #FE7B61;
}
.BgClassName
{
background-color: #FE7B61;
}
</style>
border-color css
<style>
span { border-color: #FE7B61; }
span { border-color: rgb(254,123,97); }
td.TdClassName
{
border-color: #FE7B61;
}
.TagClassName
{
border-color: #FE7B61;
}
</style>