Shades of Bittersweet #FC7259
Tints of Bittersweet #FC7259
RGB
CMYK
RGB Variations
Color information
#FC7259 (or 0xFC7259) is known color: Bittersweet. HEX triplet: FC, 72 and 59. RGB value is (252,114,89). Sum of RGB (Red+Green+Blue) = 252+114+89=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7259 is #038DA6. Grayscale: #989898. Windows color (decimal): -232871 or 5862140. OLE color: 5862140.
HSL color Cylindrical-coordinate representation of color #FC7259: hue angle of 9.2º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC7259 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 89 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.01 |
| HSL | 9.2º | 0.96% | 0.67% | - |
| HSV(B) | 9.2º | 0.65% | 0.99% | - |
| XYZ | 47.97 | 33.45 | 13.38 | - |
| YUV | 152.41 | 92.22 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 89 | 0 | 0.55 | 0.65 | 0.01 | 9.2 | 0.96 | 0.67 |
| Hex | FC | 72 | 59 | 0 | 37 | 41 | 1 | 9 | 60 | 43 |
| Octal | 374 | 162 | 131 | 0 | 67 | 101 | 1 | 11 | 140 | 103 |
| Binary | 11111100 | 1110010 | 1011001 | 0 | 110111 | 1000001 | 1 | 1001 | 1100000 | 1000011 |
Color Harmonies of #FC7259
Complementary color
Monochromatic Colors of #FC7259
Black with #FC7259
Text Example
Text Example
White with #FC7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7259; }
p { color: rgb(252,114,89); }
H1.HeaderClassName
{
color: #FC7259;
}
.AnyTagClassName
{
color: #FC7259;
}
</style>
background-color css
<style>
a { background-color: #FC7259; }
a { background-color: rgb(252,114,89); }
div.DivClassName
{
background-color: #FC7259;
}
.BgClassName
{
background-color: #FC7259;
}
</style>
border-color css
<style>
span { border-color: #FC7259; }
span { border-color: rgb(252,114,89); }
td.TdClassName
{
border-color: #FC7259;
}
.TagClassName
{
border-color: #FC7259;
}
</style>