Shades of Bittersweet #FB7356
Tints of Bittersweet #FB7356
RGB
CMYK
RGB Variations
Color information
#FB7356 (or 0xFB7356) is known color: Bittersweet. HEX triplet: FB, 73 and 56. RGB value is (251,115,86). Sum of RGB (Red+Green+Blue) = 251+115+86=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7356 is #048CA9. Grayscale: #989898. Windows color (decimal): -298154 or 5665787. OLE color: 5665787.
HSL color Cylindrical-coordinate representation of color #FB7356: hue angle of 10.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB7356 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 86 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.02 |
| HSL | 10.55º | 0.95% | 0.66% | - |
| HSV(B) | 10.55º | 0.66% | 0.98% | - |
| XYZ | 47.59 | 33.44 | 12.75 | - |
| YUV | 152.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 86 | 0 | 0.54 | 0.66 | 0.02 | 10.55 | 0.95 | 0.66 |
| Hex | FB | 73 | 56 | 0 | 36 | 42 | 2 | B | 5F | 42 |
| Octal | 373 | 163 | 126 | 0 | 66 | 102 | 2 | 13 | 137 | 102 |
| Binary | 11111011 | 1110011 | 1010110 | 0 | 110110 | 1000010 | 10 | 1011 | 1011111 | 1000010 |
Color Harmonies of #FB7356
Complementary color
Monochromatic Colors of #FB7356
Black with #FB7356
Text Example
Text Example
White with #FB7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7356; }
p { color: rgb(251,115,86); }
H1.HeaderClassName
{
color: #FB7356;
}
.AnyTagClassName
{
color: #FB7356;
}
</style>
background-color css
<style>
a { background-color: #FB7356; }
a { background-color: rgb(251,115,86); }
div.DivClassName
{
background-color: #FB7356;
}
.BgClassName
{
background-color: #FB7356;
}
</style>
border-color css
<style>
span { border-color: #FB7356; }
span { border-color: rgb(251,115,86); }
td.TdClassName
{
border-color: #FB7356;
}
.TagClassName
{
border-color: #FB7356;
}
</style>