Shades of Bittersweet #FA685F
Tints of Bittersweet #FA685F
RGB
CMYK
RGB Variations
Color information
#FA685F (or 0xFA685F) is known color: Bittersweet. HEX triplet: FA, 68 and 5F. RGB value is (250,104,95). Sum of RGB (Red+Green+Blue) = 250+104+95=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA685F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA685F is #0597A0. Grayscale: #929292. Windows color (decimal): -366497 or 6252794. OLE color: 6252794.
HSL color Cylindrical-coordinate representation of color #FA685F: hue angle of 3.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA685F is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 95 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.02 |
| HSL | 3.48º | 0.94% | 0.68% | - |
| HSV(B) | 3.48º | 0.62% | 0.98% | - |
| XYZ | 46.44 | 31.05 | 14.37 | - |
| YUV | 146.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 95 | 0 | 0.58 | 0.62 | 0.02 | 3.48 | 0.94 | 0.68 |
| Hex | FA | 68 | 5F | 0 | 3A | 3E | 2 | 3 | 5E | 44 |
| Octal | 372 | 150 | 137 | 0 | 72 | 76 | 2 | 3 | 136 | 104 |
| Binary | 11111010 | 1101000 | 1011111 | 0 | 111010 | 111110 | 10 | 11 | 1011110 | 1000100 |
Color Harmonies of #FA685F
Complementary color
Monochromatic Colors of #FA685F
Black with #FA685F
Text Example
Text Example
White with #FA685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA685F; }
p { color: rgb(250,104,95); }
H1.HeaderClassName
{
color: #FA685F;
}
.AnyTagClassName
{
color: #FA685F;
}
</style>
background-color css
<style>
a { background-color: #FA685F; }
a { background-color: rgb(250,104,95); }
div.DivClassName
{
background-color: #FA685F;
}
.BgClassName
{
background-color: #FA685F;
}
</style>
border-color css
<style>
span { border-color: #FA685F; }
span { border-color: rgb(250,104,95); }
td.TdClassName
{
border-color: #FA685F;
}
.TagClassName
{
border-color: #FA685F;
}
</style>