Shades of Bittersweet #FC745D
Tints of Bittersweet #FC745D
RGB
CMYK
RGB Variations
Color information
#FC745D (or 0xFC745D) is known color: Bittersweet. HEX triplet: FC, 74 and 5D. RGB value is (252,116,93). Sum of RGB (Red+Green+Blue) = 252+116+93=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC745D is #038BA2. Grayscale: #9A9A9A. Windows color (decimal): -232355 or 6124796. OLE color: 6124796.
HSL color Cylindrical-coordinate representation of color #FC745D: hue angle of 8.68º 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 #FC745D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 93 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.01 |
| HSL | 8.68º | 0.96% | 0.68% | - |
| HSV(B) | 8.68º | 0.63% | 0.99% | - |
| XYZ | 48.37 | 33.98 | 14.36 | - |
| YUV | 154.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 93 | 0 | 0.54 | 0.63 | 0.01 | 8.68 | 0.96 | 0.68 |
| Hex | FC | 74 | 5D | 0 | 36 | 3F | 1 | 9 | 60 | 44 |
| Octal | 374 | 164 | 135 | 0 | 66 | 77 | 1 | 11 | 140 | 104 |
| Binary | 11111100 | 1110100 | 1011101 | 0 | 110110 | 111111 | 1 | 1001 | 1100000 | 1000100 |
Color Harmonies of #FC745D
Complementary color
Monochromatic Colors of #FC745D
Black with #FC745D
Text Example
Text Example
White with #FC745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC745D; }
p { color: rgb(252,116,93); }
H1.HeaderClassName
{
color: #FC745D;
}
.AnyTagClassName
{
color: #FC745D;
}
</style>
background-color css
<style>
a { background-color: #FC745D; }
a { background-color: rgb(252,116,93); }
div.DivClassName
{
background-color: #FC745D;
}
.BgClassName
{
background-color: #FC745D;
}
</style>
border-color css
<style>
span { border-color: #FC745D; }
span { border-color: rgb(252,116,93); }
td.TdClassName
{
border-color: #FC745D;
}
.TagClassName
{
border-color: #FC745D;
}
</style>