Shades of Bittersweet #FB706D
Tints of Bittersweet #FB706D
RGB
CMYK
RGB Variations
Color information
#FB706D (or 0xFB706D) is known color: Bittersweet. HEX triplet: FB, 70 and 6D. RGB value is (251,112,109). Sum of RGB (Red+Green+Blue) = 251+112+109=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB706D is #048F92. Grayscale: #999999. Windows color (decimal): -298899 or 7172347. OLE color: 7172347.
HSL color Cylindrical-coordinate representation of color #FB706D: hue angle of 1.27º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB706D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 109 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.02 |
| HSL | 1.27º | 0.95% | 0.71% | - |
| HSV(B) | 1.27º | 0.57% | 0.98% | - |
| XYZ | 48.34 | 33.2 | 18.33 | - |
| YUV | 153.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 109 | 0 | 0.55 | 0.57 | 0.02 | 1.27 | 0.95 | 0.71 |
| Hex | FB | 70 | 6D | 0 | 37 | 39 | 2 | 1 | 5F | 47 |
| Octal | 373 | 160 | 155 | 0 | 67 | 71 | 2 | 1 | 137 | 107 |
| Binary | 11111011 | 1110000 | 1101101 | 0 | 110111 | 111001 | 10 | 1 | 1011111 | 1000111 |
Color Harmonies of #FB706D
Complementary color
Monochromatic Colors of #FB706D
Black with #FB706D
Text Example
Text Example
White with #FB706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB706D; }
p { color: rgb(251,112,109); }
H1.HeaderClassName
{
color: #FB706D;
}
.AnyTagClassName
{
color: #FB706D;
}
</style>
background-color css
<style>
a { background-color: #FB706D; }
a { background-color: rgb(251,112,109); }
div.DivClassName
{
background-color: #FB706D;
}
.BgClassName
{
background-color: #FB706D;
}
</style>
border-color css
<style>
span { border-color: #FB706D; }
span { border-color: rgb(251,112,109); }
td.TdClassName
{
border-color: #FB706D;
}
.TagClassName
{
border-color: #FB706D;
}
</style>