Shades of Bittersweet #FF745E
Tints of Bittersweet #FF745E
RGB
CMYK
RGB Variations
Color information
#FF745E (or 0xFF745E) is known color: Bittersweet. HEX triplet: FF, 74 and 5E. RGB value is (255,116,94). Sum of RGB (Red+Green+Blue) = 255+116+94=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF745E is #008BA1. Grayscale: #9B9B9B. Windows color (decimal): -35746 or 6190335. OLE color: 6190335.
HSL color Cylindrical-coordinate representation of color #FF745E: hue angle of 8.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF745E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 94 | - |
| CMYK | 0 | 0.55 | 0.63 | 0 |
| HSL | 8.2º | 1% | 0.68% | - |
| HSV(B) | 8.2º | 0.63% | 1% | - |
| XYZ | 49.51 | 34.56 | 14.65 | - |
| YUV | 155.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 94 | 0 | 0.55 | 0.63 | 0 | 8.2 | 1 | 0.68 |
| Hex | FF | 74 | 5E | 0 | 37 | 3F | 0 | 8 | 64 | 44 |
| Octal | 377 | 164 | 136 | 0 | 67 | 77 | 0 | 10 | 144 | 104 |
| Binary | 11111111 | 1110100 | 1011110 | 0 | 110111 | 111111 | 0 | 1000 | 1100100 | 1000100 |
Color Harmonies of #FF745E
Complementary color
Monochromatic Colors of #FF745E
Black with #FF745E
Text Example
Text Example
White with #FF745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF745E; }
p { color: rgb(255,116,94); }
H1.HeaderClassName
{
color: #FF745E;
}
.AnyTagClassName
{
color: #FF745E;
}
</style>
background-color css
<style>
a { background-color: #FF745E; }
a { background-color: rgb(255,116,94); }
div.DivClassName
{
background-color: #FF745E;
}
.BgClassName
{
background-color: #FF745E;
}
</style>
border-color css
<style>
span { border-color: #FF745E; }
span { border-color: rgb(255,116,94); }
td.TdClassName
{
border-color: #FF745E;
}
.TagClassName
{
border-color: #FF745E;
}
</style>