Shades of Bittersweet #FC695E
Tints of Bittersweet #FC695E
RGB
CMYK
RGB Variations
Color information
#FC695E (or 0xFC695E) is known color: Bittersweet. HEX triplet: FC, 69 and 5E. RGB value is (252,105,94). Sum of RGB (Red+Green+Blue) = 252+105+94=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC695E is #0396A1. Grayscale: #939393. Windows color (decimal): -235170 or 6187516. OLE color: 6187516.
HSL color Cylindrical-coordinate representation of color #FC695E: hue angle of 4.18º 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 #FC695E is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 94 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.01 |
| HSL | 4.18º | 0.96% | 0.68% | - |
| HSV(B) | 4.18º | 0.63% | 0.99% | - |
| XYZ | 47.22 | 31.61 | 14.2 | - |
| YUV | 147.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 94 | 0 | 0.58 | 0.63 | 0.01 | 4.18 | 0.96 | 0.68 |
| Hex | FC | 69 | 5E | 0 | 3A | 3F | 1 | 4 | 60 | 44 |
| Octal | 374 | 151 | 136 | 0 | 72 | 77 | 1 | 4 | 140 | 104 |
| Binary | 11111100 | 1101001 | 1011110 | 0 | 111010 | 111111 | 1 | 100 | 1100000 | 1000100 |
Color Harmonies of #FC695E
Complementary color
Monochromatic Colors of #FC695E
Black with #FC695E
Text Example
Text Example
White with #FC695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC695E; }
p { color: rgb(252,105,94); }
H1.HeaderClassName
{
color: #FC695E;
}
.AnyTagClassName
{
color: #FC695E;
}
</style>
background-color css
<style>
a { background-color: #FC695E; }
a { background-color: rgb(252,105,94); }
div.DivClassName
{
background-color: #FC695E;
}
.BgClassName
{
background-color: #FC695E;
}
</style>
border-color css
<style>
span { border-color: #FC695E; }
span { border-color: rgb(252,105,94); }
td.TdClassName
{
border-color: #FC695E;
}
.TagClassName
{
border-color: #FC695E;
}
</style>