Shades of Bittersweet #FA7A5E
Tints of Bittersweet #FA7A5E
RGB
CMYK
RGB Variations
Color information
#FA7A5E (or 0xFA7A5E) is known color: Bittersweet. HEX triplet: FA, 7A and 5E. RGB value is (250,122,94). Sum of RGB (Red+Green+Blue) = 250+122+94=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A5E is #0585A1. Grayscale: #9D9D9D. Windows color (decimal): -361890 or 6191866. OLE color: 6191866.
HSL color Cylindrical-coordinate representation of color #FA7A5E: hue angle of 10.77º 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 #FA7A5E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 94 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.02 |
| HSL | 10.77º | 0.94% | 0.67% | - |
| HSV(B) | 10.77º | 0.62% | 0.98% | - |
| XYZ | 48.4 | 35.05 | 14.8 | - |
| YUV | 157.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 94 | 0 | 0.51 | 0.62 | 0.02 | 10.77 | 0.94 | 0.67 |
| Hex | FA | 7A | 5E | 0 | 33 | 3E | 2 | B | 5E | 43 |
| Octal | 372 | 172 | 136 | 0 | 63 | 76 | 2 | 13 | 136 | 103 |
| Binary | 11111010 | 1111010 | 1011110 | 0 | 110011 | 111110 | 10 | 1011 | 1011110 | 1000011 |
Color Harmonies of #FA7A5E
Complementary color
Monochromatic Colors of #FA7A5E
Black with #FA7A5E
Text Example
Text Example
White with #FA7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A5E; }
p { color: rgb(250,122,94); }
H1.HeaderClassName
{
color: #FA7A5E;
}
.AnyTagClassName
{
color: #FA7A5E;
}
</style>
background-color css
<style>
a { background-color: #FA7A5E; }
a { background-color: rgb(250,122,94); }
div.DivClassName
{
background-color: #FA7A5E;
}
.BgClassName
{
background-color: #FA7A5E;
}
</style>
border-color css
<style>
span { border-color: #FA7A5E; }
span { border-color: rgb(250,122,94); }
td.TdClassName
{
border-color: #FA7A5E;
}
.TagClassName
{
border-color: #FA7A5E;
}
</style>