Shades of Bittersweet #FC795E
Tints of Bittersweet #FC795E
RGB
CMYK
RGB Variations
Color information
#FC795E (or 0xFC795E) is known color: Bittersweet. HEX triplet: FC, 79 and 5E. RGB value is (252,121,94). Sum of RGB (Red+Green+Blue) = 252+121+94=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC795E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC795E is #0386A1. Grayscale: #9D9D9D. Windows color (decimal): -231074 or 6191612. OLE color: 6191612.
HSL color Cylindrical-coordinate representation of color #FC795E: hue angle of 10.25º 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 #FC795E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 94 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.01 |
| HSL | 10.25º | 0.96% | 0.68% | - |
| HSV(B) | 10.25º | 0.63% | 0.99% | - |
| XYZ | 49 | 35.18 | 14.8 | - |
| YUV | 157.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 94 | 0 | 0.52 | 0.63 | 0.01 | 10.25 | 0.96 | 0.68 |
| Hex | FC | 79 | 5E | 0 | 34 | 3F | 1 | A | 60 | 44 |
| Octal | 374 | 171 | 136 | 0 | 64 | 77 | 1 | 12 | 140 | 104 |
| Binary | 11111100 | 1111001 | 1011110 | 0 | 110100 | 111111 | 1 | 1010 | 1100000 | 1000100 |
Color Harmonies of #FC795E
Complementary color
Monochromatic Colors of #FC795E
Black with #FC795E
Text Example
Text Example
White with #FC795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC795E; }
p { color: rgb(252,121,94); }
H1.HeaderClassName
{
color: #FC795E;
}
.AnyTagClassName
{
color: #FC795E;
}
</style>
background-color css
<style>
a { background-color: #FC795E; }
a { background-color: rgb(252,121,94); }
div.DivClassName
{
background-color: #FC795E;
}
.BgClassName
{
background-color: #FC795E;
}
</style>
border-color css
<style>
span { border-color: #FC795E; }
span { border-color: rgb(252,121,94); }
td.TdClassName
{
border-color: #FC795E;
}
.TagClassName
{
border-color: #FC795E;
}
</style>