Shades of Bittersweet #FC7557
Tints of Bittersweet #FC7557
RGB
CMYK
RGB Variations
Color information
#FC7557 (or 0xFC7557) is known color: Bittersweet. HEX triplet: FC, 75 and 57. RGB value is (252,117,87). Sum of RGB (Red+Green+Blue) = 252+117+87=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7557 is #038AA8. Grayscale: #9A9A9A. Windows color (decimal): -232105 or 5731836. OLE color: 5731836.
HSL color Cylindrical-coordinate representation of color #FC7557: hue angle of 10.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC7557 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 87 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.01 |
| HSL | 10.91º | 0.96% | 0.66% | - |
| HSV(B) | 10.91º | 0.65% | 0.99% | - |
| XYZ | 48.23 | 34.11 | 13.06 | - |
| YUV | 153.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 87 | 0 | 0.54 | 0.65 | 0.01 | 10.91 | 0.96 | 0.66 |
| Hex | FC | 75 | 57 | 0 | 36 | 41 | 1 | B | 60 | 42 |
| Octal | 374 | 165 | 127 | 0 | 66 | 101 | 1 | 13 | 140 | 102 |
| Binary | 11111100 | 1110101 | 1010111 | 0 | 110110 | 1000001 | 1 | 1011 | 1100000 | 1000010 |
Color Harmonies of #FC7557
Complementary color
Monochromatic Colors of #FC7557
Black with #FC7557
Text Example
Text Example
White with #FC7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7557; }
p { color: rgb(252,117,87); }
H1.HeaderClassName
{
color: #FC7557;
}
.AnyTagClassName
{
color: #FC7557;
}
</style>
background-color css
<style>
a { background-color: #FC7557; }
a { background-color: rgb(252,117,87); }
div.DivClassName
{
background-color: #FC7557;
}
.BgClassName
{
background-color: #FC7557;
}
</style>
border-color css
<style>
span { border-color: #FC7557; }
span { border-color: rgb(252,117,87); }
td.TdClassName
{
border-color: #FC7557;
}
.TagClassName
{
border-color: #FC7557;
}
</style>