Shades of Bittersweet #FA6659
Tints of Bittersweet #FA6659
RGB
CMYK
RGB Variations
Color information
#FA6659 (or 0xFA6659) is known color: Bittersweet. HEX triplet: FA, 66 and 59. RGB value is (250,102,89). Sum of RGB (Red+Green+Blue) = 250+102+89=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6659 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6659 is #0599A6. Grayscale: #909090. Windows color (decimal): -367015 or 5859066. OLE color: 5859066.
HSL color Cylindrical-coordinate representation of color #FA6659: hue angle of 4.84º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA6659 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 89 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.02 |
| HSL | 4.84º | 0.94% | 0.66% | - |
| HSV(B) | 4.84º | 0.64% | 0.98% | - |
| XYZ | 45.98 | 30.55 | 12.92 | - |
| YUV | 144.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 89 | 0 | 0.59 | 0.64 | 0.02 | 4.84 | 0.94 | 0.66 |
| Hex | FA | 66 | 59 | 0 | 3B | 40 | 2 | 5 | 5E | 42 |
| Octal | 372 | 146 | 131 | 0 | 73 | 100 | 2 | 5 | 136 | 102 |
| Binary | 11111010 | 1100110 | 1011001 | 0 | 111011 | 1000000 | 10 | 101 | 1011110 | 1000010 |
Color Harmonies of #FA6659
Complementary color
Monochromatic Colors of #FA6659
Black with #FA6659
Text Example
Text Example
White with #FA6659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6659; }
p { color: rgb(250,102,89); }
H1.HeaderClassName
{
color: #FA6659;
}
.AnyTagClassName
{
color: #FA6659;
}
</style>
background-color css
<style>
a { background-color: #FA6659; }
a { background-color: rgb(250,102,89); }
div.DivClassName
{
background-color: #FA6659;
}
.BgClassName
{
background-color: #FA6659;
}
</style>
border-color css
<style>
span { border-color: #FA6659; }
span { border-color: rgb(250,102,89); }
td.TdClassName
{
border-color: #FA6659;
}
.TagClassName
{
border-color: #FA6659;
}
</style>