Shades of Bittersweet #FE665C
Tints of Bittersweet #FE665C
RGB
CMYK
RGB Variations
Color information
#FE665C (or 0xFE665C) is known color: Bittersweet. HEX triplet: FE, 66 and 5C. RGB value is (254,102,92). Sum of RGB (Red+Green+Blue) = 254+102+92=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE665C is #0199A3. Grayscale: #929292. Windows color (decimal): -104868 or 6055678. OLE color: 6055678.
HSL color Cylindrical-coordinate representation of color #FE665C: hue angle of 3.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE665C is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 92 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.00 |
| HSL | 3.7º | 0.99% | 0.68% | - |
| HSV(B) | 3.7º | 0.64% | 1% | - |
| XYZ | 47.56 | 31.35 | 13.67 | - |
| YUV | 146.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 92 | 0 | 0.60 | 0.64 | 0.00 | 3.7 | 0.99 | 0.68 |
| Hex | FE | 66 | 5C | 0 | 3C | 40 | 0 | 4 | 63 | 44 |
| Octal | 376 | 146 | 134 | 0 | 74 | 100 | 0 | 4 | 143 | 104 |
| Binary | 11111110 | 1100110 | 1011100 | 0 | 111100 | 1000000 | 0 | 100 | 1100011 | 1000100 |
Color Harmonies of #FE665C
Complementary color
Monochromatic Colors of #FE665C
Black with #FE665C
Text Example
Text Example
White with #FE665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE665C; }
p { color: rgb(254,102,92); }
H1.HeaderClassName
{
color: #FE665C;
}
.AnyTagClassName
{
color: #FE665C;
}
</style>
background-color css
<style>
a { background-color: #FE665C; }
a { background-color: rgb(254,102,92); }
div.DivClassName
{
background-color: #FE665C;
}
.BgClassName
{
background-color: #FE665C;
}
</style>
border-color css
<style>
span { border-color: #FE665C; }
span { border-color: rgb(254,102,92); }
td.TdClassName
{
border-color: #FE665C;
}
.TagClassName
{
border-color: #FE665C;
}
</style>