Shades of Bittersweet #FF755A
Tints of Bittersweet #FF755A
RGB
CMYK
RGB Variations
Color information
#FF755A (or 0xFF755A) is known color: Bittersweet. HEX triplet: FF, 75 and 5A. RGB value is (255,117,90). Sum of RGB (Red+Green+Blue) = 255+117+90=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF755A is #008AA5. Grayscale: #9B9B9B. Windows color (decimal): -35494 or 5928447. OLE color: 5928447.
HSL color Cylindrical-coordinate representation of color #FF755A: hue angle of 9.82º 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 #FF755A is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 90 | - |
| CMYK | 0 | 0.54 | 0.65 | 0 |
| HSL | 9.82º | 1% | 0.68% | - |
| HSV(B) | 9.82º | 0.65% | 1% | - |
| XYZ | 49.45 | 34.72 | 13.77 | - |
| YUV | 155.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 90 | 0 | 0.54 | 0.65 | 0 | 9.82 | 1 | 0.68 |
| Hex | FF | 75 | 5A | 0 | 36 | 41 | 0 | A | 64 | 44 |
| Octal | 377 | 165 | 132 | 0 | 66 | 101 | 0 | 12 | 144 | 104 |
| Binary | 11111111 | 1110101 | 1011010 | 0 | 110110 | 1000001 | 0 | 1010 | 1100100 | 1000100 |
Color Harmonies of #FF755A
Complementary color
Monochromatic Colors of #FF755A
Black with #FF755A
Text Example
Text Example
White with #FF755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF755A; }
p { color: rgb(255,117,90); }
H1.HeaderClassName
{
color: #FF755A;
}
.AnyTagClassName
{
color: #FF755A;
}
</style>
background-color css
<style>
a { background-color: #FF755A; }
a { background-color: rgb(255,117,90); }
div.DivClassName
{
background-color: #FF755A;
}
.BgClassName
{
background-color: #FF755A;
}
</style>
border-color css
<style>
span { border-color: #FF755A; }
span { border-color: rgb(255,117,90); }
td.TdClassName
{
border-color: #FF755A;
}
.TagClassName
{
border-color: #FF755A;
}
</style>