Shades of Bittersweet #FB7259
Tints of Bittersweet #FB7259
RGB
CMYK
RGB Variations
Color information
#FB7259 (or 0xFB7259) is known color: Bittersweet. HEX triplet: FB, 72 and 59. RGB value is (251,114,89). Sum of RGB (Red+Green+Blue) = 251+114+89=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7259 is #048DA6. Grayscale: #989898. Windows color (decimal): -298407 or 5862139. OLE color: 5862139.
HSL color Cylindrical-coordinate representation of color #FB7259: hue angle of 9.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB7259 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 89 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.02 |
| HSL | 9.26º | 0.95% | 0.67% | - |
| HSV(B) | 9.26º | 0.65% | 0.98% | - |
| XYZ | 47.6 | 33.27 | 13.36 | - |
| YUV | 152.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 89 | 0 | 0.55 | 0.65 | 0.02 | 9.26 | 0.95 | 0.67 |
| Hex | FB | 72 | 59 | 0 | 37 | 41 | 2 | 9 | 5F | 43 |
| Octal | 373 | 162 | 131 | 0 | 67 | 101 | 2 | 11 | 137 | 103 |
| Binary | 11111011 | 1110010 | 1011001 | 0 | 110111 | 1000001 | 10 | 1001 | 1011111 | 1000011 |
Color Harmonies of #FB7259
Complementary color
Monochromatic Colors of #FB7259
Black with #FB7259
Text Example
Text Example
White with #FB7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7259; }
p { color: rgb(251,114,89); }
H1.HeaderClassName
{
color: #FB7259;
}
.AnyTagClassName
{
color: #FB7259;
}
</style>
background-color css
<style>
a { background-color: #FB7259; }
a { background-color: rgb(251,114,89); }
div.DivClassName
{
background-color: #FB7259;
}
.BgClassName
{
background-color: #FB7259;
}
</style>
border-color css
<style>
span { border-color: #FB7259; }
span { border-color: rgb(251,114,89); }
td.TdClassName
{
border-color: #FB7259;
}
.TagClassName
{
border-color: #FB7259;
}
</style>