Shades of Bittersweet #FC716A
Tints of Bittersweet #FC716A
RGB
CMYK
RGB Variations
Color information
#FC716A (or 0xFC716A) is known color: Bittersweet. HEX triplet: FC, 71 and 6A. RGB value is (252,113,106). Sum of RGB (Red+Green+Blue) = 252+113+106=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC716A is #038E95. Grayscale: #999999. Windows color (decimal): -233110 or 6975996. OLE color: 6975996.
HSL color Cylindrical-coordinate representation of color #FC716A: hue angle of 2.88º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC716A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 106 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.01 |
| HSL | 2.88º | 0.96% | 0.7% | - |
| HSV(B) | 2.88º | 0.58% | 0.99% | - |
| XYZ | 48.65 | 33.55 | 17.55 | - |
| YUV | 153.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 106 | 0 | 0.55 | 0.58 | 0.01 | 2.88 | 0.96 | 0.7 |
| Hex | FC | 71 | 6A | 0 | 37 | 3A | 1 | 3 | 60 | 46 |
| Octal | 374 | 161 | 152 | 0 | 67 | 72 | 1 | 3 | 140 | 106 |
| Binary | 11111100 | 1110001 | 1101010 | 0 | 110111 | 111010 | 1 | 11 | 1100000 | 1000110 |
Color Harmonies of #FC716A
Complementary color
Monochromatic Colors of #FC716A
Black with #FC716A
Text Example
Text Example
White with #FC716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC716A; }
p { color: rgb(252,113,106); }
H1.HeaderClassName
{
color: #FC716A;
}
.AnyTagClassName
{
color: #FC716A;
}
</style>
background-color css
<style>
a { background-color: #FC716A; }
a { background-color: rgb(252,113,106); }
div.DivClassName
{
background-color: #FC716A;
}
.BgClassName
{
background-color: #FC716A;
}
</style>
border-color css
<style>
span { border-color: #FC716A; }
span { border-color: rgb(252,113,106); }
td.TdClassName
{
border-color: #FC716A;
}
.TagClassName
{
border-color: #FC716A;
}
</style>