Shades of Bittersweet #FA7259
Tints of Bittersweet #FA7259
RGB
CMYK
RGB Variations
Color information
#FA7259 (or 0xFA7259) is known color: Bittersweet. HEX triplet: FA, 72 and 59. RGB value is (250,114,89). Sum of RGB (Red+Green+Blue) = 250+114+89=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7259 is #058DA6. Grayscale: #989898. Windows color (decimal): -363943 or 5862138. OLE color: 5862138.
HSL color Cylindrical-coordinate representation of color #FA7259: hue angle of 9.32º 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 #FA7259 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 89 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.02 |
| HSL | 9.32º | 0.94% | 0.66% | - |
| HSV(B) | 9.32º | 0.64% | 0.98% | - |
| XYZ | 47.24 | 33.08 | 13.35 | - |
| YUV | 151.81 | 92.56 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 89 | 0 | 0.54 | 0.64 | 0.02 | 9.32 | 0.94 | 0.66 |
| Hex | FA | 72 | 59 | 0 | 36 | 40 | 2 | 9 | 5E | 42 |
| Octal | 372 | 162 | 131 | 0 | 66 | 100 | 2 | 11 | 136 | 102 |
| Binary | 11111010 | 1110010 | 1011001 | 0 | 110110 | 1000000 | 10 | 1001 | 1011110 | 1000010 |
Color Harmonies of #FA7259
Complementary color
Monochromatic Colors of #FA7259
Black with #FA7259
Text Example
Text Example
White with #FA7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7259; }
p { color: rgb(250,114,89); }
H1.HeaderClassName
{
color: #FA7259;
}
.AnyTagClassName
{
color: #FA7259;
}
</style>
background-color css
<style>
a { background-color: #FA7259; }
a { background-color: rgb(250,114,89); }
div.DivClassName
{
background-color: #FA7259;
}
.BgClassName
{
background-color: #FA7259;
}
</style>
border-color css
<style>
span { border-color: #FA7259; }
span { border-color: rgb(250,114,89); }
td.TdClassName
{
border-color: #FA7259;
}
.TagClassName
{
border-color: #FA7259;
}
</style>