Shades of Bittersweet #FC7356
Tints of Bittersweet #FC7356
RGB
CMYK
RGB Variations
Color information
#FC7356 (or 0xFC7356) is known color: Bittersweet. HEX triplet: FC, 73 and 56. RGB value is (252,115,86). Sum of RGB (Red+Green+Blue) = 252+115+86=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7356 is #038CA9. Grayscale: #989898. Windows color (decimal): -232618 or 5665788. OLE color: 5665788.
HSL color Cylindrical-coordinate representation of color #FC7356: hue angle of 10.48º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC7356 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 86 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.01 |
| HSL | 10.48º | 0.97% | 0.66% | - |
| HSV(B) | 10.48º | 0.66% | 0.99% | - |
| XYZ | 47.96 | 33.63 | 12.77 | - |
| YUV | 152.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 86 | 0 | 0.54 | 0.66 | 0.01 | 10.48 | 0.97 | 0.66 |
| Hex | FC | 73 | 56 | 0 | 36 | 42 | 1 | A | 61 | 42 |
| Octal | 374 | 163 | 126 | 0 | 66 | 102 | 1 | 12 | 141 | 102 |
| Binary | 11111100 | 1110011 | 1010110 | 0 | 110110 | 1000010 | 1 | 1010 | 1100001 | 1000010 |
Color Harmonies of #FC7356
Complementary color
Monochromatic Colors of #FC7356
Black with #FC7356
Text Example
Text Example
White with #FC7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7356; }
p { color: rgb(252,115,86); }
H1.HeaderClassName
{
color: #FC7356;
}
.AnyTagClassName
{
color: #FC7356;
}
</style>
background-color css
<style>
a { background-color: #FC7356; }
a { background-color: rgb(252,115,86); }
div.DivClassName
{
background-color: #FC7356;
}
.BgClassName
{
background-color: #FC7356;
}
</style>
border-color css
<style>
span { border-color: #FC7356; }
span { border-color: rgb(252,115,86); }
td.TdClassName
{
border-color: #FC7356;
}
.TagClassName
{
border-color: #FC7356;
}
</style>