Shades of Bittersweet #FA7559
Tints of Bittersweet #FA7559
RGB
CMYK
RGB Variations
Color information
#FA7559 (or 0xFA7559) is known color: Bittersweet. HEX triplet: FA, 75 and 59. RGB value is (250,117,89). Sum of RGB (Red+Green+Blue) = 250+117+89=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7559 is #058AA6. Grayscale: #999999. Windows color (decimal): -363175 or 5862906. OLE color: 5862906.
HSL color Cylindrical-coordinate representation of color #FA7559: hue angle of 10.43º 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 #FA7559 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 89 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.02 |
| HSL | 10.43º | 0.94% | 0.66% | - |
| HSV(B) | 10.43º | 0.64% | 0.98% | - |
| XYZ | 47.59 | 33.77 | 13.46 | - |
| YUV | 153.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 89 | 0 | 0.53 | 0.64 | 0.02 | 10.43 | 0.94 | 0.66 |
| Hex | FA | 75 | 59 | 0 | 35 | 40 | 2 | A | 5E | 42 |
| Octal | 372 | 165 | 131 | 0 | 65 | 100 | 2 | 12 | 136 | 102 |
| Binary | 11111010 | 1110101 | 1011001 | 0 | 110101 | 1000000 | 10 | 1010 | 1011110 | 1000010 |
Color Harmonies of #FA7559
Complementary color
Monochromatic Colors of #FA7559
Black with #FA7559
Text Example
Text Example
White with #FA7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7559; }
p { color: rgb(250,117,89); }
H1.HeaderClassName
{
color: #FA7559;
}
.AnyTagClassName
{
color: #FA7559;
}
</style>
background-color css
<style>
a { background-color: #FA7559; }
a { background-color: rgb(250,117,89); }
div.DivClassName
{
background-color: #FA7559;
}
.BgClassName
{
background-color: #FA7559;
}
</style>
border-color css
<style>
span { border-color: #FA7559; }
span { border-color: rgb(250,117,89); }
td.TdClassName
{
border-color: #FA7559;
}
.TagClassName
{
border-color: #FA7559;
}
</style>