Shades of Bittersweet #FF755C
Tints of Bittersweet #FF755C
RGB
CMYK
RGB Variations
Color information
#FF755C (or 0xFF755C) is known color: Bittersweet. HEX triplet: FF, 75 and 5C. RGB value is (255,117,92). Sum of RGB (Red+Green+Blue) = 255+117+92=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF755C is #008AA3. Grayscale: #9B9B9B. Windows color (decimal): -35492 or 6059519. OLE color: 6059519.
HSL color Cylindrical-coordinate representation of color #FF755C: hue angle of 9.2º 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 #FF755C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 92 | - |
| CMYK | 0 | 0.54 | 0.64 | 0 |
| HSL | 9.2º | 1% | 0.68% | - |
| HSV(B) | 9.2º | 0.64% | 1% | - |
| XYZ | 49.53 | 34.76 | 14.22 | - |
| YUV | 155.41 | 92.22 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 92 | 0 | 0.54 | 0.64 | 0 | 9.2 | 1 | 0.68 |
| Hex | FF | 75 | 5C | 0 | 36 | 40 | 0 | 9 | 64 | 44 |
| Octal | 377 | 165 | 134 | 0 | 66 | 100 | 0 | 11 | 144 | 104 |
| Binary | 11111111 | 1110101 | 1011100 | 0 | 110110 | 1000000 | 0 | 1001 | 1100100 | 1000100 |
Color Harmonies of #FF755C
Complementary color
Monochromatic Colors of #FF755C
Black with #FF755C
Text Example
Text Example
White with #FF755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF755C; }
p { color: rgb(255,117,92); }
H1.HeaderClassName
{
color: #FF755C;
}
.AnyTagClassName
{
color: #FF755C;
}
</style>
background-color css
<style>
a { background-color: #FF755C; }
a { background-color: rgb(255,117,92); }
div.DivClassName
{
background-color: #FF755C;
}
.BgClassName
{
background-color: #FF755C;
}
</style>
border-color css
<style>
span { border-color: #FF755C; }
span { border-color: rgb(255,117,92); }
td.TdClassName
{
border-color: #FF755C;
}
.TagClassName
{
border-color: #FF755C;
}
</style>