Shades of Bittersweet #FA7153
Tints of Bittersweet #FA7153
RGB
CMYK
RGB Variations
Color information
#FA7153 (or 0xFA7153) is known color: Bittersweet. HEX triplet: FA, 71 and 53. RGB value is (250,113,83). Sum of RGB (Red+Green+Blue) = 250+113+83=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7153 is #058EAC. Grayscale: #969696. Windows color (decimal): -364205 or 5468666. OLE color: 5468666.
HSL color Cylindrical-coordinate representation of color #FA7153: hue angle of 10.78º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA7153 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 83 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.02 |
| HSL | 10.78º | 0.94% | 0.65% | - |
| HSV(B) | 10.78º | 0.67% | 0.98% | - |
| XYZ | 46.89 | 32.76 | 12.04 | - |
| YUV | 150.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 83 | 0 | 0.55 | 0.67 | 0.02 | 10.78 | 0.94 | 0.65 |
| Hex | FA | 71 | 53 | 0 | 37 | 43 | 2 | B | 5E | 41 |
| Octal | 372 | 161 | 123 | 0 | 67 | 103 | 2 | 13 | 136 | 101 |
| Binary | 11111010 | 1110001 | 1010011 | 0 | 110111 | 1000011 | 10 | 1011 | 1011110 | 1000001 |
Color Harmonies of #FA7153
Complementary color
Monochromatic Colors of #FA7153
Black with #FA7153
Text Example
Text Example
White with #FA7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7153; }
p { color: rgb(250,113,83); }
H1.HeaderClassName
{
color: #FA7153;
}
.AnyTagClassName
{
color: #FA7153;
}
</style>
background-color css
<style>
a { background-color: #FA7153; }
a { background-color: rgb(250,113,83); }
div.DivClassName
{
background-color: #FA7153;
}
.BgClassName
{
background-color: #FA7153;
}
</style>
border-color css
<style>
span { border-color: #FA7153; }
span { border-color: rgb(250,113,83); }
td.TdClassName
{
border-color: #FA7153;
}
.TagClassName
{
border-color: #FA7153;
}
</style>