Shades of Bittersweet #FA6857
Tints of Bittersweet #FA6857
RGB
CMYK
RGB Variations
Color information
#FA6857 (or 0xFA6857) is known color: Bittersweet. HEX triplet: FA, 68 and 57. RGB value is (250,104,87). Sum of RGB (Red+Green+Blue) = 250+104+87=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6857 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6857 is #0597A8. Grayscale: #919191. Windows color (decimal): -366505 or 5728506. OLE color: 5728506.
HSL color Cylindrical-coordinate representation of color #FA6857: hue angle of 6.26º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA6857 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 87 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.02 |
| HSL | 6.26º | 0.94% | 0.66% | - |
| HSV(B) | 6.26º | 0.65% | 0.98% | - |
| XYZ | 46.09 | 30.91 | 12.55 | - |
| YUV | 145.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 87 | 0 | 0.58 | 0.65 | 0.02 | 6.26 | 0.94 | 0.66 |
| Hex | FA | 68 | 57 | 0 | 3A | 41 | 2 | 6 | 5E | 42 |
| Octal | 372 | 150 | 127 | 0 | 72 | 101 | 2 | 6 | 136 | 102 |
| Binary | 11111010 | 1101000 | 1010111 | 0 | 111010 | 1000001 | 10 | 110 | 1011110 | 1000010 |
Color Harmonies of #FA6857
Complementary color
Monochromatic Colors of #FA6857
Black with #FA6857
Text Example
Text Example
White with #FA6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6857; }
p { color: rgb(250,104,87); }
H1.HeaderClassName
{
color: #FA6857;
}
.AnyTagClassName
{
color: #FA6857;
}
</style>
background-color css
<style>
a { background-color: #FA6857; }
a { background-color: rgb(250,104,87); }
div.DivClassName
{
background-color: #FA6857;
}
.BgClassName
{
background-color: #FA6857;
}
</style>
border-color css
<style>
span { border-color: #FA6857; }
span { border-color: rgb(250,104,87); }
td.TdClassName
{
border-color: #FA6857;
}
.TagClassName
{
border-color: #FA6857;
}
</style>