Shades of Bittersweet #FB705B
Tints of Bittersweet #FB705B
RGB
CMYK
RGB Variations
Color information
#FB705B (or 0xFB705B) is known color: Bittersweet. HEX triplet: FB, 70 and 5B. RGB value is (251,112,91). Sum of RGB (Red+Green+Blue) = 251+112+91=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB705B is #048FA4. Grayscale: #979797. Windows color (decimal): -298917 or 5992699. OLE color: 5992699.
HSL color Cylindrical-coordinate representation of color #FB705B: hue angle of 7.87º degrees, saturation: 0.95, 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 #FB705B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 91 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.02 |
| HSL | 7.88º | 0.95% | 0.67% | - |
| HSV(B) | 7.88º | 0.64% | 0.98% | - |
| XYZ | 47.47 | 32.85 | 13.74 | - |
| YUV | 151.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 91 | 0 | 0.55 | 0.64 | 0.02 | 7.88 | 0.95 | 0.67 |
| Hex | FB | 70 | 5B | 0 | 37 | 40 | 2 | 8 | 5F | 43 |
| Octal | 373 | 160 | 133 | 0 | 67 | 100 | 2 | 10 | 137 | 103 |
| Binary | 11111011 | 1110000 | 1011011 | 0 | 110111 | 1000000 | 10 | 1000 | 1011111 | 1000011 |
Color Harmonies of #FB705B
Complementary color
Monochromatic Colors of #FB705B
Black with #FB705B
Text Example
Text Example
White with #FB705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB705B; }
p { color: rgb(251,112,91); }
H1.HeaderClassName
{
color: #FB705B;
}
.AnyTagClassName
{
color: #FB705B;
}
</style>
background-color css
<style>
a { background-color: #FB705B; }
a { background-color: rgb(251,112,91); }
div.DivClassName
{
background-color: #FB705B;
}
.BgClassName
{
background-color: #FB705B;
}
</style>
border-color css
<style>
span { border-color: #FB705B; }
span { border-color: rgb(251,112,91); }
td.TdClassName
{
border-color: #FB705B;
}
.TagClassName
{
border-color: #FB705B;
}
</style>