Shades of Bittersweet #FC795B
Tints of Bittersweet #FC795B
RGB
CMYK
RGB Variations
Color information
#FC795B (or 0xFC795B) is known color: Bittersweet. HEX triplet: FC, 79 and 5B. RGB value is (252,121,91). Sum of RGB (Red+Green+Blue) = 252+121+91=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC795B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC795B is #0386A4. Grayscale: #9D9D9D. Windows color (decimal): -231077 or 5995004. OLE color: 5995004.
HSL color Cylindrical-coordinate representation of color #FC795B: hue angle of 11.18º 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 #FC795B is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 91 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.01 |
| HSL | 11.18º | 0.96% | 0.67% | - |
| HSV(B) | 11.18º | 0.64% | 0.99% | - |
| XYZ | 48.87 | 35.13 | 14.1 | - |
| YUV | 156.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 91 | 0 | 0.52 | 0.64 | 0.01 | 11.18 | 0.96 | 0.67 |
| Hex | FC | 79 | 5B | 0 | 34 | 40 | 1 | B | 60 | 43 |
| Octal | 374 | 171 | 133 | 0 | 64 | 100 | 1 | 13 | 140 | 103 |
| Binary | 11111100 | 1111001 | 1011011 | 0 | 110100 | 1000000 | 1 | 1011 | 1100000 | 1000011 |
Color Harmonies of #FC795B
Complementary color
Monochromatic Colors of #FC795B
Black with #FC795B
Text Example
Text Example
White with #FC795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC795B; }
p { color: rgb(252,121,91); }
H1.HeaderClassName
{
color: #FC795B;
}
.AnyTagClassName
{
color: #FC795B;
}
</style>
background-color css
<style>
a { background-color: #FC795B; }
a { background-color: rgb(252,121,91); }
div.DivClassName
{
background-color: #FC795B;
}
.BgClassName
{
background-color: #FC795B;
}
</style>
border-color css
<style>
span { border-color: #FC795B; }
span { border-color: rgb(252,121,91); }
td.TdClassName
{
border-color: #FC795B;
}
.TagClassName
{
border-color: #FC795B;
}
</style>