Shades of Bittersweet #FE7C60
Tints of Bittersweet #FE7C60
RGB
CMYK
RGB Variations
Color information
#FE7C60 (or 0xFE7C60) is known color: Bittersweet. HEX triplet: FE, 7C and 60. RGB value is (254,124,96). Sum of RGB (Red+Green+Blue) = 254+124+96=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C60 is #01839F. Grayscale: #9F9F9F. Windows color (decimal): -99232 or 6323454. OLE color: 6323454.
HSL color Cylindrical-coordinate representation of color #FE7C60: hue angle of 10.63º 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 #FE7C60 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 96 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.00 |
| HSL | 10.63º | 0.99% | 0.69% | - |
| HSV(B) | 10.63º | 0.62% | 1% | - |
| XYZ | 50.19 | 36.33 | 15.43 | - |
| YUV | 159.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 96 | 0 | 0.51 | 0.62 | 0.00 | 10.63 | 0.99 | 0.69 |
| Hex | FE | 7C | 60 | 0 | 33 | 3E | 0 | B | 63 | 45 |
| Octal | 376 | 174 | 140 | 0 | 63 | 76 | 0 | 13 | 143 | 105 |
| Binary | 11111110 | 1111100 | 1100000 | 0 | 110011 | 111110 | 0 | 1011 | 1100011 | 1000101 |
Color Harmonies of #FE7C60
Complementary color
Monochromatic Colors of #FE7C60
Black with #FE7C60
Text Example
Text Example
White with #FE7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C60; }
p { color: rgb(254,124,96); }
H1.HeaderClassName
{
color: #FE7C60;
}
.AnyTagClassName
{
color: #FE7C60;
}
</style>
background-color css
<style>
a { background-color: #FE7C60; }
a { background-color: rgb(254,124,96); }
div.DivClassName
{
background-color: #FE7C60;
}
.BgClassName
{
background-color: #FE7C60;
}
</style>
border-color css
<style>
span { border-color: #FE7C60; }
span { border-color: rgb(254,124,96); }
td.TdClassName
{
border-color: #FE7C60;
}
.TagClassName
{
border-color: #FE7C60;
}
</style>