Shades of Bittersweet #FA695E
Tints of Bittersweet #FA695E
RGB
CMYK
RGB Variations
Color information
#FA695E (or 0xFA695E) is known color: Bittersweet. HEX triplet: FA, 69 and 5E. RGB value is (250,105,94). Sum of RGB (Red+Green+Blue) = 250+105+94=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA695E is #0596A1. Grayscale: #939393. Windows color (decimal): -366242 or 6187514. OLE color: 6187514.
HSL color Cylindrical-coordinate representation of color #FA695E: hue angle of 4.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA695E is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 94 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.02 |
| HSL | 4.23º | 0.94% | 0.67% | - |
| HSV(B) | 4.23º | 0.62% | 0.98% | - |
| XYZ | 46.5 | 31.24 | 14.17 | - |
| YUV | 147.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 94 | 0 | 0.58 | 0.62 | 0.02 | 4.23 | 0.94 | 0.67 |
| Hex | FA | 69 | 5E | 0 | 3A | 3E | 2 | 4 | 5E | 43 |
| Octal | 372 | 151 | 136 | 0 | 72 | 76 | 2 | 4 | 136 | 103 |
| Binary | 11111010 | 1101001 | 1011110 | 0 | 111010 | 111110 | 10 | 100 | 1011110 | 1000011 |
Color Harmonies of #FA695E
Complementary color
Monochromatic Colors of #FA695E
Black with #FA695E
Text Example
Text Example
White with #FA695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA695E; }
p { color: rgb(250,105,94); }
H1.HeaderClassName
{
color: #FA695E;
}
.AnyTagClassName
{
color: #FA695E;
}
</style>
background-color css
<style>
a { background-color: #FA695E; }
a { background-color: rgb(250,105,94); }
div.DivClassName
{
background-color: #FA695E;
}
.BgClassName
{
background-color: #FA695E;
}
</style>
border-color css
<style>
span { border-color: #FA695E; }
span { border-color: rgb(250,105,94); }
td.TdClassName
{
border-color: #FA695E;
}
.TagClassName
{
border-color: #FA695E;
}
</style>