Shades of Bittersweet #FA715B
Tints of Bittersweet #FA715B
RGB
CMYK
RGB Variations
Color information
#FA715B (or 0xFA715B) is known color: Bittersweet. HEX triplet: FA, 71 and 5B. RGB value is (250,113,91). Sum of RGB (Red+Green+Blue) = 250+113+91=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA715B is #058EA4. Grayscale: #979797. Windows color (decimal): -364197 or 5992954. OLE color: 5992954.
HSL color Cylindrical-coordinate representation of color #FA715B: hue angle of 8.3º 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 #FA715B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 91 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.02 |
| HSL | 8.3º | 0.94% | 0.67% | - |
| HSV(B) | 8.3º | 0.64% | 0.98% | - |
| XYZ | 47.22 | 32.89 | 13.76 | - |
| YUV | 151.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 91 | 0 | 0.55 | 0.64 | 0.02 | 8.3 | 0.94 | 0.67 |
| Hex | FA | 71 | 5B | 0 | 37 | 40 | 2 | 8 | 5E | 43 |
| Octal | 372 | 161 | 133 | 0 | 67 | 100 | 2 | 10 | 136 | 103 |
| Binary | 11111010 | 1110001 | 1011011 | 0 | 110111 | 1000000 | 10 | 1000 | 1011110 | 1000011 |
Color Harmonies of #FA715B
Complementary color
Monochromatic Colors of #FA715B
Black with #FA715B
Text Example
Text Example
White with #FA715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA715B; }
p { color: rgb(250,113,91); }
H1.HeaderClassName
{
color: #FA715B;
}
.AnyTagClassName
{
color: #FA715B;
}
</style>
background-color css
<style>
a { background-color: #FA715B; }
a { background-color: rgb(250,113,91); }
div.DivClassName
{
background-color: #FA715B;
}
.BgClassName
{
background-color: #FA715B;
}
</style>
border-color css
<style>
span { border-color: #FA715B; }
span { border-color: rgb(250,113,91); }
td.TdClassName
{
border-color: #FA715B;
}
.TagClassName
{
border-color: #FA715B;
}
</style>