Shades of Bittersweet #FB785A
Tints of Bittersweet #FB785A
RGB
CMYK
RGB Variations
Color information
#FB785A (or 0xFB785A) is known color: Bittersweet. HEX triplet: FB, 78 and 5A. RGB value is (251,120,90). Sum of RGB (Red+Green+Blue) = 251+120+90=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB785A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB785A is #0487A5. Grayscale: #9C9C9C. Windows color (decimal): -296870 or 5929211. OLE color: 5929211.
HSL color Cylindrical-coordinate representation of color #FB785A: hue angle of 11.18º 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 #FB785A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 90 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.02 |
| HSL | 11.18º | 0.95% | 0.67% | - |
| HSV(B) | 11.18º | 0.64% | 0.98% | - |
| XYZ | 48.35 | 34.68 | 13.82 | - |
| YUV | 155.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 90 | 0 | 0.52 | 0.64 | 0.02 | 11.18 | 0.95 | 0.67 |
| Hex | FB | 78 | 5A | 0 | 34 | 40 | 2 | B | 5F | 43 |
| Octal | 373 | 170 | 132 | 0 | 64 | 100 | 2 | 13 | 137 | 103 |
| Binary | 11111011 | 1111000 | 1011010 | 0 | 110100 | 1000000 | 10 | 1011 | 1011111 | 1000011 |
Color Harmonies of #FB785A
Complementary color
Monochromatic Colors of #FB785A
Black with #FB785A
Text Example
Text Example
White with #FB785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB785A; }
p { color: rgb(251,120,90); }
H1.HeaderClassName
{
color: #FB785A;
}
.AnyTagClassName
{
color: #FB785A;
}
</style>
background-color css
<style>
a { background-color: #FB785A; }
a { background-color: rgb(251,120,90); }
div.DivClassName
{
background-color: #FB785A;
}
.BgClassName
{
background-color: #FB785A;
}
</style>
border-color css
<style>
span { border-color: #FB785A; }
span { border-color: rgb(251,120,90); }
td.TdClassName
{
border-color: #FB785A;
}
.TagClassName
{
border-color: #FB785A;
}
</style>