Shades of Bittersweet #FA7965
Tints of Bittersweet #FA7965
RGB
CMYK
RGB Variations
Color information
#FA7965 (or 0xFA7965) is known color: Bittersweet. HEX triplet: FA, 79 and 65. RGB value is (250,121,101). Sum of RGB (Red+Green+Blue) = 250+121+101=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7965 is #05869A. Grayscale: #9D9D9D. Windows color (decimal): -362139 or 6650362. OLE color: 6650362.
HSL color Cylindrical-coordinate representation of color #FA7965: hue angle of 8.05º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA7965 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 101 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.02 |
| HSL | 8.05º | 0.94% | 0.69% | - |
| HSV(B) | 8.05º | 0.6% | 0.98% | - |
| XYZ | 48.61 | 34.94 | 16.49 | - |
| YUV | 157.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 101 | 0 | 0.52 | 0.60 | 0.02 | 8.05 | 0.94 | 0.69 |
| Hex | FA | 79 | 65 | 0 | 34 | 3C | 2 | 8 | 5E | 45 |
| Octal | 372 | 171 | 145 | 0 | 64 | 74 | 2 | 10 | 136 | 105 |
| Binary | 11111010 | 1111001 | 1100101 | 0 | 110100 | 111100 | 10 | 1000 | 1011110 | 1000101 |
Color Harmonies of #FA7965
Complementary color
Monochromatic Colors of #FA7965
Black with #FA7965
Text Example
Text Example
White with #FA7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7965; }
p { color: rgb(250,121,101); }
H1.HeaderClassName
{
color: #FA7965;
}
.AnyTagClassName
{
color: #FA7965;
}
</style>
background-color css
<style>
a { background-color: #FA7965; }
a { background-color: rgb(250,121,101); }
div.DivClassName
{
background-color: #FA7965;
}
.BgClassName
{
background-color: #FA7965;
}
</style>
border-color css
<style>
span { border-color: #FA7965; }
span { border-color: rgb(250,121,101); }
td.TdClassName
{
border-color: #FA7965;
}
.TagClassName
{
border-color: #FA7965;
}
</style>