Shades of Bittersweet #FB785B
Tints of Bittersweet #FB785B
RGB
CMYK
RGB Variations
Color information
#FB785B (or 0xFB785B) is known color: Bittersweet. HEX triplet: FB, 78 and 5B. RGB value is (251,120,91). Sum of RGB (Red+Green+Blue) = 251+120+91=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB785B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB785B is #0487A4. Grayscale: #9C9C9C. Windows color (decimal): -296869 or 5994747. OLE color: 5994747.
HSL color Cylindrical-coordinate representation of color #FB785B: hue angle of 10.88º 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 #FB785B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 91 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.02 |
| HSL | 10.88º | 0.95% | 0.67% | - |
| HSV(B) | 10.88º | 0.64% | 0.98% | - |
| XYZ | 48.39 | 34.7 | 14.04 | - |
| YUV | 155.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 91 | 0 | 0.52 | 0.64 | 0.02 | 10.88 | 0.95 | 0.67 |
| Hex | FB | 78 | 5B | 0 | 34 | 40 | 2 | B | 5F | 43 |
| Octal | 373 | 170 | 133 | 0 | 64 | 100 | 2 | 13 | 137 | 103 |
| Binary | 11111011 | 1111000 | 1011011 | 0 | 110100 | 1000000 | 10 | 1011 | 1011111 | 1000011 |
Color Harmonies of #FB785B
Complementary color
Monochromatic Colors of #FB785B
Black with #FB785B
Text Example
Text Example
White with #FB785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB785B; }
p { color: rgb(251,120,91); }
H1.HeaderClassName
{
color: #FB785B;
}
.AnyTagClassName
{
color: #FB785B;
}
</style>
background-color css
<style>
a { background-color: #FB785B; }
a { background-color: rgb(251,120,91); }
div.DivClassName
{
background-color: #FB785B;
}
.BgClassName
{
background-color: #FB785B;
}
</style>
border-color css
<style>
span { border-color: #FB785B; }
span { border-color: rgb(251,120,91); }
td.TdClassName
{
border-color: #FB785B;
}
.TagClassName
{
border-color: #FB785B;
}
</style>