Shades of Bittersweet #FB6756
Tints of Bittersweet #FB6756
RGB
CMYK
RGB Variations
Color information
#FB6756 (or 0xFB6756) is known color: Bittersweet. HEX triplet: FB, 67 and 56. RGB value is (251,103,86). Sum of RGB (Red+Green+Blue) = 251+103+86=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6756 is #0498A9. Grayscale: #919191. Windows color (decimal): -301226 or 5662715. OLE color: 5662715.
HSL color Cylindrical-coordinate representation of color #FB6756: hue angle of 6.18º 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 #FB6756 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 86 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.02 |
| HSL | 6.18º | 0.95% | 0.66% | - |
| HSV(B) | 6.18º | 0.66% | 0.98% | - |
| XYZ | 46.31 | 30.88 | 12.32 | - |
| YUV | 145.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 86 | 0 | 0.59 | 0.66 | 0.02 | 6.18 | 0.95 | 0.66 |
| Hex | FB | 67 | 56 | 0 | 3B | 42 | 2 | 6 | 5F | 42 |
| Octal | 373 | 147 | 126 | 0 | 73 | 102 | 2 | 6 | 137 | 102 |
| Binary | 11111011 | 1100111 | 1010110 | 0 | 111011 | 1000010 | 10 | 110 | 1011111 | 1000010 |
Color Harmonies of #FB6756
Complementary color
Monochromatic Colors of #FB6756
Black with #FB6756
Text Example
Text Example
White with #FB6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6756; }
p { color: rgb(251,103,86); }
H1.HeaderClassName
{
color: #FB6756;
}
.AnyTagClassName
{
color: #FB6756;
}
</style>
background-color css
<style>
a { background-color: #FB6756; }
a { background-color: rgb(251,103,86); }
div.DivClassName
{
background-color: #FB6756;
}
.BgClassName
{
background-color: #FB6756;
}
</style>
border-color css
<style>
span { border-color: #FB6756; }
span { border-color: rgb(251,103,86); }
td.TdClassName
{
border-color: #FB6756;
}
.TagClassName
{
border-color: #FB6756;
}
</style>