Shades of Bittersweet #FF755D
Tints of Bittersweet #FF755D
RGB
CMYK
RGB Variations
Color information
#FF755D (or 0xFF755D) is known color: Bittersweet. HEX triplet: FF, 75 and 5D. RGB value is (255,117,93). Sum of RGB (Red+Green+Blue) = 255+117+93=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF755D is #008AA2. Grayscale: #9B9B9B. Windows color (decimal): -35491 or 6125055. OLE color: 6125055.
HSL color Cylindrical-coordinate representation of color #FF755D: hue angle of 8.89º 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 #FF755D is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 93 | - |
| CMYK | 0 | 0.54 | 0.64 | 0 |
| HSL | 8.89º | 1% | 0.68% | - |
| HSV(B) | 8.89º | 0.64% | 1% | - |
| XYZ | 49.58 | 34.77 | 14.45 | - |
| YUV | 155.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 93 | 0 | 0.54 | 0.64 | 0 | 8.89 | 1 | 0.68 |
| Hex | FF | 75 | 5D | 0 | 36 | 40 | 0 | 9 | 64 | 44 |
| Octal | 377 | 165 | 135 | 0 | 66 | 100 | 0 | 11 | 144 | 104 |
| Binary | 11111111 | 1110101 | 1011101 | 0 | 110110 | 1000000 | 0 | 1001 | 1100100 | 1000100 |
Color Harmonies of #FF755D
Complementary color
Monochromatic Colors of #FF755D
Black with #FF755D
Text Example
Text Example
White with #FF755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF755D; }
p { color: rgb(255,117,93); }
H1.HeaderClassName
{
color: #FF755D;
}
.AnyTagClassName
{
color: #FF755D;
}
</style>
background-color css
<style>
a { background-color: #FF755D; }
a { background-color: rgb(255,117,93); }
div.DivClassName
{
background-color: #FF755D;
}
.BgClassName
{
background-color: #FF755D;
}
</style>
border-color css
<style>
span { border-color: #FF755D; }
span { border-color: rgb(255,117,93); }
td.TdClassName
{
border-color: #FF755D;
}
.TagClassName
{
border-color: #FF755D;
}
</style>