Shades of Bittersweet #FC695A
Tints of Bittersweet #FC695A
RGB
CMYK
RGB Variations
Color information
#FC695A (or 0xFC695A) is known color: Bittersweet. HEX triplet: FC, 69 and 5A. RGB value is (252,105,90). Sum of RGB (Red+Green+Blue) = 252+105+90=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC695A is #0396A5. Grayscale: #939393. Windows color (decimal): -235174 or 5925372. OLE color: 5925372.
HSL color Cylindrical-coordinate representation of color #FC695A: hue angle of 5.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC695A is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 90 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.01 |
| HSL | 5.56º | 0.96% | 0.67% | - |
| HSV(B) | 5.56º | 0.64% | 0.99% | - |
| XYZ | 47.04 | 31.54 | 13.28 | - |
| YUV | 147.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 90 | 0 | 0.58 | 0.64 | 0.01 | 5.56 | 0.96 | 0.67 |
| Hex | FC | 69 | 5A | 0 | 3A | 40 | 1 | 6 | 60 | 43 |
| Octal | 374 | 151 | 132 | 0 | 72 | 100 | 1 | 6 | 140 | 103 |
| Binary | 11111100 | 1101001 | 1011010 | 0 | 111010 | 1000000 | 1 | 110 | 1100000 | 1000011 |
Color Harmonies of #FC695A
Complementary color
Monochromatic Colors of #FC695A
Black with #FC695A
Text Example
Text Example
White with #FC695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC695A; }
p { color: rgb(252,105,90); }
H1.HeaderClassName
{
color: #FC695A;
}
.AnyTagClassName
{
color: #FC695A;
}
</style>
background-color css
<style>
a { background-color: #FC695A; }
a { background-color: rgb(252,105,90); }
div.DivClassName
{
background-color: #FC695A;
}
.BgClassName
{
background-color: #FC695A;
}
</style>
border-color css
<style>
span { border-color: #FC695A; }
span { border-color: rgb(252,105,90); }
td.TdClassName
{
border-color: #FC695A;
}
.TagClassName
{
border-color: #FC695A;
}
</style>