Shades of Bittersweet #FA685C
Tints of Bittersweet #FA685C
RGB
CMYK
RGB Variations
Color information
#FA685C (or 0xFA685C) is known color: Bittersweet. HEX triplet: FA, 68 and 5C. RGB value is (250,104,92). Sum of RGB (Red+Green+Blue) = 250+104+92=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA685C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA685C is #0597A3. Grayscale: #929292. Windows color (decimal): -366500 or 6056186. OLE color: 6056186.
HSL color Cylindrical-coordinate representation of color #FA685C: hue angle of 4.56º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA685C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 92 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.02 |
| HSL | 4.56º | 0.94% | 0.67% | - |
| HSV(B) | 4.56º | 0.63% | 0.98% | - |
| XYZ | 46.31 | 31 | 13.67 | - |
| YUV | 146.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 92 | 0 | 0.58 | 0.63 | 0.02 | 4.56 | 0.94 | 0.67 |
| Hex | FA | 68 | 5C | 0 | 3A | 3F | 2 | 5 | 5E | 43 |
| Octal | 372 | 150 | 134 | 0 | 72 | 77 | 2 | 5 | 136 | 103 |
| Binary | 11111010 | 1101000 | 1011100 | 0 | 111010 | 111111 | 10 | 101 | 1011110 | 1000011 |
Color Harmonies of #FA685C
Complementary color
Monochromatic Colors of #FA685C
Black with #FA685C
Text Example
Text Example
White with #FA685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA685C; }
p { color: rgb(250,104,92); }
H1.HeaderClassName
{
color: #FA685C;
}
.AnyTagClassName
{
color: #FA685C;
}
</style>
background-color css
<style>
a { background-color: #FA685C; }
a { background-color: rgb(250,104,92); }
div.DivClassName
{
background-color: #FA685C;
}
.BgClassName
{
background-color: #FA685C;
}
</style>
border-color css
<style>
span { border-color: #FA685C; }
span { border-color: rgb(250,104,92); }
td.TdClassName
{
border-color: #FA685C;
}
.TagClassName
{
border-color: #FA685C;
}
</style>