Shades of Bittersweet #FF785A
Tints of Bittersweet #FF785A
RGB
CMYK
RGB Variations
Color information
#FF785A (or 0xFF785A) is known color: Bittersweet. HEX triplet: FF, 78 and 5A. RGB value is (255,120,90). Sum of RGB (Red+Green+Blue) = 255+120+90=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF785A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF785A is #0087A5. Grayscale: #9D9D9D. Windows color (decimal): -34726 or 5929215. OLE color: 5929215.
HSL color Cylindrical-coordinate representation of color #FF785A: hue angle of 10.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF785A is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 90 | - |
| CMYK | 0 | 0.53 | 0.65 | 0 |
| HSL | 10.91º | 1% | 0.68% | - |
| HSV(B) | 10.91º | 0.65% | 1% | - |
| XYZ | 49.8 | 35.43 | 13.89 | - |
| YUV | 156.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 90 | 0 | 0.53 | 0.65 | 0 | 10.91 | 1 | 0.68 |
| Hex | FF | 78 | 5A | 0 | 35 | 41 | 0 | B | 64 | 44 |
| Octal | 377 | 170 | 132 | 0 | 65 | 101 | 0 | 13 | 144 | 104 |
| Binary | 11111111 | 1111000 | 1011010 | 0 | 110101 | 1000001 | 0 | 1011 | 1100100 | 1000100 |
Color Harmonies of #FF785A
Complementary color
Monochromatic Colors of #FF785A
Black with #FF785A
Text Example
Text Example
White with #FF785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF785A; }
p { color: rgb(255,120,90); }
H1.HeaderClassName
{
color: #FF785A;
}
.AnyTagClassName
{
color: #FF785A;
}
</style>
background-color css
<style>
a { background-color: #FF785A; }
a { background-color: rgb(255,120,90); }
div.DivClassName
{
background-color: #FF785A;
}
.BgClassName
{
background-color: #FF785A;
}
</style>
border-color css
<style>
span { border-color: #FF785A; }
span { border-color: rgb(255,120,90); }
td.TdClassName
{
border-color: #FF785A;
}
.TagClassName
{
border-color: #FF785A;
}
</style>