Shades of Bittersweet #FA6E5B
Tints of Bittersweet #FA6E5B
RGB
CMYK
RGB Variations
Color information
#FA6E5B (or 0xFA6E5B) is known color: Bittersweet. HEX triplet: FA, 6E and 5B. RGB value is (250,110,91). Sum of RGB (Red+Green+Blue) = 250+110+91=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6E5B is #0591A4. Grayscale: #959595. Windows color (decimal): -364965 or 5992186. OLE color: 5992186.
HSL color Cylindrical-coordinate representation of color #FA6E5B: hue angle of 7.17º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA6E5B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 91 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.02 |
| HSL | 7.17º | 0.94% | 0.67% | - |
| HSV(B) | 7.17º | 0.64% | 0.98% | - |
| XYZ | 46.89 | 32.23 | 13.65 | - |
| YUV | 149.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 91 | 0 | 0.56 | 0.64 | 0.02 | 7.17 | 0.94 | 0.67 |
| Hex | FA | 6E | 5B | 0 | 38 | 40 | 2 | 7 | 5E | 43 |
| Octal | 372 | 156 | 133 | 0 | 70 | 100 | 2 | 7 | 136 | 103 |
| Binary | 11111010 | 1101110 | 1011011 | 0 | 111000 | 1000000 | 10 | 111 | 1011110 | 1000011 |
Color Harmonies of #FA6E5B
Complementary color
Monochromatic Colors of #FA6E5B
Black with #FA6E5B
Text Example
Text Example
White with #FA6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6E5B; }
p { color: rgb(250,110,91); }
H1.HeaderClassName
{
color: #FA6E5B;
}
.AnyTagClassName
{
color: #FA6E5B;
}
</style>
background-color css
<style>
a { background-color: #FA6E5B; }
a { background-color: rgb(250,110,91); }
div.DivClassName
{
background-color: #FA6E5B;
}
.BgClassName
{
background-color: #FA6E5B;
}
</style>
border-color css
<style>
span { border-color: #FA6E5B; }
span { border-color: rgb(250,110,91); }
td.TdClassName
{
border-color: #FA6E5B;
}
.TagClassName
{
border-color: #FA6E5B;
}
</style>