Shades of Bittersweet #FC715E
Tints of Bittersweet #FC715E
RGB
CMYK
RGB Variations
Color information
#FC715E (or 0xFC715E) is known color: Bittersweet. HEX triplet: FC, 71 and 5E. RGB value is (252,113,94). Sum of RGB (Red+Green+Blue) = 252+113+94=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC715E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC715E is #038EA1. Grayscale: #989898. Windows color (decimal): -233122 or 6189564. OLE color: 6189564.
HSL color Cylindrical-coordinate representation of color #FC715E: hue angle of 7.22º 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 #FC715E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 94 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.01 |
| HSL | 7.22º | 0.96% | 0.68% | - |
| HSV(B) | 7.22º | 0.63% | 0.99% | - |
| XYZ | 48.07 | 33.31 | 14.49 | - |
| YUV | 152.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 94 | 0 | 0.55 | 0.63 | 0.01 | 7.22 | 0.96 | 0.68 |
| Hex | FC | 71 | 5E | 0 | 37 | 3F | 1 | 7 | 60 | 44 |
| Octal | 374 | 161 | 136 | 0 | 67 | 77 | 1 | 7 | 140 | 104 |
| Binary | 11111100 | 1110001 | 1011110 | 0 | 110111 | 111111 | 1 | 111 | 1100000 | 1000100 |
Color Harmonies of #FC715E
Complementary color
Monochromatic Colors of #FC715E
Black with #FC715E
Text Example
Text Example
White with #FC715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC715E; }
p { color: rgb(252,113,94); }
H1.HeaderClassName
{
color: #FC715E;
}
.AnyTagClassName
{
color: #FC715E;
}
</style>
background-color css
<style>
a { background-color: #FC715E; }
a { background-color: rgb(252,113,94); }
div.DivClassName
{
background-color: #FC715E;
}
.BgClassName
{
background-color: #FC715E;
}
</style>
border-color css
<style>
span { border-color: #FC715E; }
span { border-color: rgb(252,113,94); }
td.TdClassName
{
border-color: #FC715E;
}
.TagClassName
{
border-color: #FC715E;
}
</style>