Shades of Bittersweet #FA765B
Tints of Bittersweet #FA765B
RGB
CMYK
RGB Variations
Color information
#FA765B (or 0xFA765B) is known color: Bittersweet. HEX triplet: FA, 76 and 5B. RGB value is (250,118,91). Sum of RGB (Red+Green+Blue) = 250+118+91=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA765B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA765B is #0589A4. Grayscale: #9A9A9A. Windows color (decimal): -362917 or 5994234. OLE color: 5994234.
HSL color Cylindrical-coordinate representation of color #FA765B: hue angle of 10.19º 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 #FA765B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 91 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.02 |
| HSL | 10.19º | 0.94% | 0.67% | - |
| HSV(B) | 10.19º | 0.64% | 0.98% | - |
| XYZ | 47.79 | 34.04 | 13.95 | - |
| YUV | 154.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 91 | 0 | 0.53 | 0.64 | 0.02 | 10.19 | 0.94 | 0.67 |
| Hex | FA | 76 | 5B | 0 | 35 | 40 | 2 | A | 5E | 43 |
| Octal | 372 | 166 | 133 | 0 | 65 | 100 | 2 | 12 | 136 | 103 |
| Binary | 11111010 | 1110110 | 1011011 | 0 | 110101 | 1000000 | 10 | 1010 | 1011110 | 1000011 |
Color Harmonies of #FA765B
Complementary color
Monochromatic Colors of #FA765B
Black with #FA765B
Text Example
Text Example
White with #FA765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA765B; }
p { color: rgb(250,118,91); }
H1.HeaderClassName
{
color: #FA765B;
}
.AnyTagClassName
{
color: #FA765B;
}
</style>
background-color css
<style>
a { background-color: #FA765B; }
a { background-color: rgb(250,118,91); }
div.DivClassName
{
background-color: #FA765B;
}
.BgClassName
{
background-color: #FA765B;
}
</style>
border-color css
<style>
span { border-color: #FA765B; }
span { border-color: rgb(250,118,91); }
td.TdClassName
{
border-color: #FA765B;
}
.TagClassName
{
border-color: #FA765B;
}
</style>