Shades of Bittersweet #FA6A56
Tints of Bittersweet #FA6A56
RGB
CMYK
RGB Variations
Color information
#FA6A56 (or 0xFA6A56) is known color: Bittersweet. HEX triplet: FA, 6A and 56. RGB value is (250,106,86). Sum of RGB (Red+Green+Blue) = 250+106+86=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A56 is #0595A9. Grayscale: #939393. Windows color (decimal): -365994 or 5663482. OLE color: 5663482.
HSL color Cylindrical-coordinate representation of color #FA6A56: hue angle of 7.32º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA6A56 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 86 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.02 |
| HSL | 7.32º | 0.94% | 0.66% | - |
| HSV(B) | 7.32º | 0.66% | 0.98% | - |
| XYZ | 46.26 | 31.3 | 12.41 | - |
| YUV | 146.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 86 | 0 | 0.58 | 0.66 | 0.02 | 7.32 | 0.94 | 0.66 |
| Hex | FA | 6A | 56 | 0 | 3A | 42 | 2 | 7 | 5E | 42 |
| Octal | 372 | 152 | 126 | 0 | 72 | 102 | 2 | 7 | 136 | 102 |
| Binary | 11111010 | 1101010 | 1010110 | 0 | 111010 | 1000010 | 10 | 111 | 1011110 | 1000010 |
Color Harmonies of #FA6A56
Complementary color
Monochromatic Colors of #FA6A56
Black with #FA6A56
Text Example
Text Example
White with #FA6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A56; }
p { color: rgb(250,106,86); }
H1.HeaderClassName
{
color: #FA6A56;
}
.AnyTagClassName
{
color: #FA6A56;
}
</style>
background-color css
<style>
a { background-color: #FA6A56; }
a { background-color: rgb(250,106,86); }
div.DivClassName
{
background-color: #FA6A56;
}
.BgClassName
{
background-color: #FA6A56;
}
</style>
border-color css
<style>
span { border-color: #FA6A56; }
span { border-color: rgb(250,106,86); }
td.TdClassName
{
border-color: #FA6A56;
}
.TagClassName
{
border-color: #FA6A56;
}
</style>