Shades of Bittersweet #FE665E
Tints of Bittersweet #FE665E
RGB
CMYK
RGB Variations
Color information
#FE665E (or 0xFE665E) is known color: Bittersweet. HEX triplet: FE, 66 and 5E. RGB value is (254,102,94). Sum of RGB (Red+Green+Blue) = 254+102+94=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE665E is #0199A1. Grayscale: #929292. Windows color (decimal): -104866 or 6186750. OLE color: 6186750.
HSL color Cylindrical-coordinate representation of color #FE665E: hue angle of 3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE665E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 94 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.00 |
| HSL | 3º | 0.99% | 0.68% | - |
| HSV(B) | 3º | 0.63% | 1% | - |
| XYZ | 47.64 | 31.38 | 14.14 | - |
| YUV | 146.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 94 | 0 | 0.60 | 0.63 | 0.00 | 3 | 0.99 | 0.68 |
| Hex | FE | 66 | 5E | 0 | 3C | 3F | 0 | 3 | 63 | 44 |
| Octal | 376 | 146 | 136 | 0 | 74 | 77 | 0 | 3 | 143 | 104 |
| Binary | 11111110 | 1100110 | 1011110 | 0 | 111100 | 111111 | 0 | 11 | 1100011 | 1000100 |
Color Harmonies of #FE665E
Complementary color
Monochromatic Colors of #FE665E
Black with #FE665E
Text Example
Text Example
White with #FE665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE665E; }
p { color: rgb(254,102,94); }
H1.HeaderClassName
{
color: #FE665E;
}
.AnyTagClassName
{
color: #FE665E;
}
</style>
background-color css
<style>
a { background-color: #FE665E; }
a { background-color: rgb(254,102,94); }
div.DivClassName
{
background-color: #FE665E;
}
.BgClassName
{
background-color: #FE665E;
}
</style>
border-color css
<style>
span { border-color: #FE665E; }
span { border-color: rgb(254,102,94); }
td.TdClassName
{
border-color: #FE665E;
}
.TagClassName
{
border-color: #FE665E;
}
</style>