Shades of Bittersweet #FB705C
Tints of Bittersweet #FB705C
RGB
CMYK
RGB Variations
Color information
#FB705C (or 0xFB705C) is known color: Bittersweet. HEX triplet: FB, 70 and 5C. RGB value is (251,112,92). Sum of RGB (Red+Green+Blue) = 251+112+92=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB705C is #048FA3. Grayscale: #979797. Windows color (decimal): -298916 or 6058235. OLE color: 6058235.
HSL color Cylindrical-coordinate representation of color #FB705C: hue angle of 7.55º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB705C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 92 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.02 |
| HSL | 7.55º | 0.95% | 0.67% | - |
| HSV(B) | 7.55º | 0.63% | 0.98% | - |
| XYZ | 47.51 | 32.87 | 13.97 | - |
| YUV | 151.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 92 | 0 | 0.55 | 0.63 | 0.02 | 7.55 | 0.95 | 0.67 |
| Hex | FB | 70 | 5C | 0 | 37 | 3F | 2 | 8 | 5F | 43 |
| Octal | 373 | 160 | 134 | 0 | 67 | 77 | 2 | 10 | 137 | 103 |
| Binary | 11111011 | 1110000 | 1011100 | 0 | 110111 | 111111 | 10 | 1000 | 1011111 | 1000011 |
Color Harmonies of #FB705C
Complementary color
Monochromatic Colors of #FB705C
Black with #FB705C
Text Example
Text Example
White with #FB705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB705C; }
p { color: rgb(251,112,92); }
H1.HeaderClassName
{
color: #FB705C;
}
.AnyTagClassName
{
color: #FB705C;
}
</style>
background-color css
<style>
a { background-color: #FB705C; }
a { background-color: rgb(251,112,92); }
div.DivClassName
{
background-color: #FB705C;
}
.BgClassName
{
background-color: #FB705C;
}
</style>
border-color css
<style>
span { border-color: #FB705C; }
span { border-color: rgb(251,112,92); }
td.TdClassName
{
border-color: #FB705C;
}
.TagClassName
{
border-color: #FB705C;
}
</style>