Shades of Bittersweet #FF785F
Tints of Bittersweet #FF785F
RGB
CMYK
RGB Variations
Color information
#FF785F (or 0xFF785F) is known color: Bittersweet. HEX triplet: FF, 78 and 5F. RGB value is (255,120,95). Sum of RGB (Red+Green+Blue) = 255+120+95=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF785F is #0087A0. Grayscale: #9D9D9D. Windows color (decimal): -34721 or 6256895. OLE color: 6256895.
HSL color Cylindrical-coordinate representation of color #FF785F: hue angle of 9.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF785F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 95 | - |
| CMYK | 0 | 0.53 | 0.63 | 0 |
| HSL | 9.38º | 1% | 0.69% | - |
| HSV(B) | 9.38º | 0.63% | 1% | - |
| XYZ | 50.02 | 35.52 | 15.05 | - |
| YUV | 157.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 95 | 0 | 0.53 | 0.63 | 0 | 9.38 | 1 | 0.69 |
| Hex | FF | 78 | 5F | 0 | 35 | 3F | 0 | 9 | 64 | 45 |
| Octal | 377 | 170 | 137 | 0 | 65 | 77 | 0 | 11 | 144 | 105 |
| Binary | 11111111 | 1111000 | 1011111 | 0 | 110101 | 111111 | 0 | 1001 | 1100100 | 1000101 |
Color Harmonies of #FF785F
Complementary color
Monochromatic Colors of #FF785F
Black with #FF785F
Text Example
Text Example
White with #FF785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF785F; }
p { color: rgb(255,120,95); }
H1.HeaderClassName
{
color: #FF785F;
}
.AnyTagClassName
{
color: #FF785F;
}
</style>
background-color css
<style>
a { background-color: #FF785F; }
a { background-color: rgb(255,120,95); }
div.DivClassName
{
background-color: #FF785F;
}
.BgClassName
{
background-color: #FF785F;
}
</style>
border-color css
<style>
span { border-color: #FF785F; }
span { border-color: rgb(255,120,95); }
td.TdClassName
{
border-color: #FF785F;
}
.TagClassName
{
border-color: #FF785F;
}
</style>