Shades of Bittersweet #FA655E
Tints of Bittersweet #FA655E
RGB
CMYK
RGB Variations
Color information
#FA655E (or 0xFA655E) is known color: Bittersweet. HEX triplet: FA, 65 and 5E. RGB value is (250,101,94). Sum of RGB (Red+Green+Blue) = 250+101+94=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA655E is #059AA1. Grayscale: #909090. Windows color (decimal): -367266 or 6186490. OLE color: 6186490.
HSL color Cylindrical-coordinate representation of color #FA655E: hue angle of 2.69º 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 #FA655E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 94 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.02 |
| HSL | 2.69º | 0.94% | 0.67% | - |
| HSV(B) | 2.69º | 0.62% | 0.98% | - |
| XYZ | 46.1 | 30.44 | 14.04 | - |
| YUV | 144.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 94 | 0 | 0.60 | 0.62 | 0.02 | 2.69 | 0.94 | 0.67 |
| Hex | FA | 65 | 5E | 0 | 3C | 3E | 2 | 3 | 5E | 43 |
| Octal | 372 | 145 | 136 | 0 | 74 | 76 | 2 | 3 | 136 | 103 |
| Binary | 11111010 | 1100101 | 1011110 | 0 | 111100 | 111110 | 10 | 11 | 1011110 | 1000011 |
Color Harmonies of #FA655E
Complementary color
Monochromatic Colors of #FA655E
Black with #FA655E
Text Example
Text Example
White with #FA655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA655E; }
p { color: rgb(250,101,94); }
H1.HeaderClassName
{
color: #FA655E;
}
.AnyTagClassName
{
color: #FA655E;
}
</style>
background-color css
<style>
a { background-color: #FA655E; }
a { background-color: rgb(250,101,94); }
div.DivClassName
{
background-color: #FA655E;
}
.BgClassName
{
background-color: #FA655E;
}
</style>
border-color css
<style>
span { border-color: #FA655E; }
span { border-color: rgb(250,101,94); }
td.TdClassName
{
border-color: #FA655E;
}
.TagClassName
{
border-color: #FA655E;
}
</style>