Shades of Bittersweet #FC745E
Tints of Bittersweet #FC745E
RGB
CMYK
RGB Variations
Color information
#FC745E (or 0xFC745E) is known color: Bittersweet. HEX triplet: FC, 74 and 5E. RGB value is (252,116,94). Sum of RGB (Red+Green+Blue) = 252+116+94=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC745E is #038BA1. Grayscale: #9A9A9A. Windows color (decimal): -232354 or 6190332. OLE color: 6190332.
HSL color Cylindrical-coordinate representation of color #FC745E: hue angle of 8.35º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC745E is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 94 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.01 |
| HSL | 8.35º | 0.96% | 0.68% | - |
| HSV(B) | 8.35º | 0.63% | 0.99% | - |
| XYZ | 48.41 | 33.99 | 14.6 | - |
| YUV | 154.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 94 | 0 | 0.54 | 0.63 | 0.01 | 8.35 | 0.96 | 0.68 |
| Hex | FC | 74 | 5E | 0 | 36 | 3F | 1 | 8 | 60 | 44 |
| Octal | 374 | 164 | 136 | 0 | 66 | 77 | 1 | 10 | 140 | 104 |
| Binary | 11111100 | 1110100 | 1011110 | 0 | 110110 | 111111 | 1 | 1000 | 1100000 | 1000100 |
Color Harmonies of #FC745E
Complementary color
Monochromatic Colors of #FC745E
Black with #FC745E
Text Example
Text Example
White with #FC745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC745E; }
p { color: rgb(252,116,94); }
H1.HeaderClassName
{
color: #FC745E;
}
.AnyTagClassName
{
color: #FC745E;
}
</style>
background-color css
<style>
a { background-color: #FC745E; }
a { background-color: rgb(252,116,94); }
div.DivClassName
{
background-color: #FC745E;
}
.BgClassName
{
background-color: #FC745E;
}
</style>
border-color css
<style>
span { border-color: #FC745E; }
span { border-color: rgb(252,116,94); }
td.TdClassName
{
border-color: #FC745E;
}
.TagClassName
{
border-color: #FC745E;
}
</style>