Shades of Bittersweet #FF785B
Tints of Bittersweet #FF785B
RGB
CMYK
RGB Variations
Color information
#FF785B (or 0xFF785B) is known color: Bittersweet. HEX triplet: FF, 78 and 5B. RGB value is (255,120,91). Sum of RGB (Red+Green+Blue) = 255+120+91=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF785B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF785B is #0087A4. Grayscale: #9D9D9D. Windows color (decimal): -34725 or 5994751. OLE color: 5994751.
HSL color Cylindrical-coordinate representation of color #FF785B: hue angle of 10.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF785B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 91 | - |
| CMYK | 0 | 0.53 | 0.64 | 0 |
| HSL | 10.61º | 1% | 0.68% | - |
| HSV(B) | 10.61º | 0.64% | 1% | - |
| XYZ | 49.84 | 35.45 | 14.11 | - |
| YUV | 157.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 91 | 0 | 0.53 | 0.64 | 0 | 10.61 | 1 | 0.68 |
| Hex | FF | 78 | 5B | 0 | 35 | 40 | 0 | B | 64 | 44 |
| Octal | 377 | 170 | 133 | 0 | 65 | 100 | 0 | 13 | 144 | 104 |
| Binary | 11111111 | 1111000 | 1011011 | 0 | 110101 | 1000000 | 0 | 1011 | 1100100 | 1000100 |
Color Harmonies of #FF785B
Complementary color
Monochromatic Colors of #FF785B
Black with #FF785B
Text Example
Text Example
White with #FF785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF785B; }
p { color: rgb(255,120,91); }
H1.HeaderClassName
{
color: #FF785B;
}
.AnyTagClassName
{
color: #FF785B;
}
</style>
background-color css
<style>
a { background-color: #FF785B; }
a { background-color: rgb(255,120,91); }
div.DivClassName
{
background-color: #FF785B;
}
.BgClassName
{
background-color: #FF785B;
}
</style>
border-color css
<style>
span { border-color: #FF785B; }
span { border-color: rgb(255,120,91); }
td.TdClassName
{
border-color: #FF785B;
}
.TagClassName
{
border-color: #FF785B;
}
</style>