Shades of Bittersweet #FC6953
Tints of Bittersweet #FC6953
RGB
CMYK
RGB Variations
Color information
#FC6953 (or 0xFC6953) is known color: Bittersweet. HEX triplet: FC, 69 and 53. RGB value is (252,105,83). Sum of RGB (Red+Green+Blue) = 252+105+83=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6953 is #0396AC. Grayscale: #929292. Windows color (decimal): -235181 or 5466620. OLE color: 5466620.
HSL color Cylindrical-coordinate representation of color #FC6953: hue angle of 7.81º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC6953 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 83 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.01 |
| HSL | 7.81º | 0.97% | 0.66% | - |
| HSV(B) | 7.81º | 0.67% | 0.99% | - |
| XYZ | 46.76 | 31.42 | 11.78 | - |
| YUV | 146.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 83 | 0 | 0.58 | 0.67 | 0.01 | 7.81 | 0.97 | 0.66 |
| Hex | FC | 69 | 53 | 0 | 3A | 43 | 1 | 8 | 61 | 42 |
| Octal | 374 | 151 | 123 | 0 | 72 | 103 | 1 | 10 | 141 | 102 |
| Binary | 11111100 | 1101001 | 1010011 | 0 | 111010 | 1000011 | 1 | 1000 | 1100001 | 1000010 |
Color Harmonies of #FC6953
Complementary color
Monochromatic Colors of #FC6953
Black with #FC6953
Text Example
Text Example
White with #FC6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6953; }
p { color: rgb(252,105,83); }
H1.HeaderClassName
{
color: #FC6953;
}
.AnyTagClassName
{
color: #FC6953;
}
</style>
background-color css
<style>
a { background-color: #FC6953; }
a { background-color: rgb(252,105,83); }
div.DivClassName
{
background-color: #FC6953;
}
.BgClassName
{
background-color: #FC6953;
}
</style>
border-color css
<style>
span { border-color: #FC6953; }
span { border-color: rgb(252,105,83); }
td.TdClassName
{
border-color: #FC6953;
}
.TagClassName
{
border-color: #FC6953;
}
</style>