Shades of Bittersweet #FF745A
Tints of Bittersweet #FF745A
RGB
CMYK
RGB Variations
Color information
#FF745A (or 0xFF745A) is known color: Bittersweet. HEX triplet: FF, 74 and 5A. RGB value is (255,116,90). Sum of RGB (Red+Green+Blue) = 255+116+90=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF745A is #008BA5. Grayscale: #9A9A9A. Windows color (decimal): -35750 or 5928191. OLE color: 5928191.
HSL color Cylindrical-coordinate representation of color #FF745A: hue angle of 9.45º 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 #FF745A is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 90 | - |
| CMYK | 0 | 0.55 | 0.65 | 0 |
| HSL | 9.45º | 1% | 0.68% | - |
| HSV(B) | 9.45º | 0.65% | 1% | - |
| XYZ | 49.33 | 34.49 | 13.73 | - |
| YUV | 154.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 90 | 0 | 0.55 | 0.65 | 0 | 9.45 | 1 | 0.68 |
| Hex | FF | 74 | 5A | 0 | 37 | 41 | 0 | 9 | 64 | 44 |
| Octal | 377 | 164 | 132 | 0 | 67 | 101 | 0 | 11 | 144 | 104 |
| Binary | 11111111 | 1110100 | 1011010 | 0 | 110111 | 1000001 | 0 | 1001 | 1100100 | 1000100 |
Color Harmonies of #FF745A
Complementary color
Monochromatic Colors of #FF745A
Black with #FF745A
Text Example
Text Example
White with #FF745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF745A; }
p { color: rgb(255,116,90); }
H1.HeaderClassName
{
color: #FF745A;
}
.AnyTagClassName
{
color: #FF745A;
}
</style>
background-color css
<style>
a { background-color: #FF745A; }
a { background-color: rgb(255,116,90); }
div.DivClassName
{
background-color: #FF745A;
}
.BgClassName
{
background-color: #FF745A;
}
</style>
border-color css
<style>
span { border-color: #FF745A; }
span { border-color: rgb(255,116,90); }
td.TdClassName
{
border-color: #FF745A;
}
.TagClassName
{
border-color: #FF745A;
}
</style>