Shades of Bittersweet #FF755B
Tints of Bittersweet #FF755B
RGB
CMYK
RGB Variations
Color information
#FF755B (or 0xFF755B) is known color: Bittersweet. HEX triplet: FF, 75 and 5B. RGB value is (255,117,91). Sum of RGB (Red+Green+Blue) = 255+117+91=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF755B is #008AA4. Grayscale: #9B9B9B. Windows color (decimal): -35493 or 5993983. OLE color: 5993983.
HSL color Cylindrical-coordinate representation of color #FF755B: hue angle of 9.51º 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 #FF755B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 91 | - |
| CMYK | 0 | 0.54 | 0.64 | 0 |
| HSL | 9.51º | 1% | 0.68% | - |
| HSV(B) | 9.51º | 0.64% | 1% | - |
| XYZ | 49.49 | 34.74 | 13.99 | - |
| YUV | 155.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 91 | 0 | 0.54 | 0.64 | 0 | 9.51 | 1 | 0.68 |
| Hex | FF | 75 | 5B | 0 | 36 | 40 | 0 | A | 64 | 44 |
| Octal | 377 | 165 | 133 | 0 | 66 | 100 | 0 | 12 | 144 | 104 |
| Binary | 11111111 | 1110101 | 1011011 | 0 | 110110 | 1000000 | 0 | 1010 | 1100100 | 1000100 |
Color Harmonies of #FF755B
Complementary color
Monochromatic Colors of #FF755B
Black with #FF755B
Text Example
Text Example
White with #FF755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF755B; }
p { color: rgb(255,117,91); }
H1.HeaderClassName
{
color: #FF755B;
}
.AnyTagClassName
{
color: #FF755B;
}
</style>
background-color css
<style>
a { background-color: #FF755B; }
a { background-color: rgb(255,117,91); }
div.DivClassName
{
background-color: #FF755B;
}
.BgClassName
{
background-color: #FF755B;
}
</style>
border-color css
<style>
span { border-color: #FF755B; }
span { border-color: rgb(255,117,91); }
td.TdClassName
{
border-color: #FF755B;
}
.TagClassName
{
border-color: #FF755B;
}
</style>