Shades of Bittersweet #FC795C
Tints of Bittersweet #FC795C
RGB
CMYK
RGB Variations
Color information
#FC795C (or 0xFC795C) is known color: Bittersweet. HEX triplet: FC, 79 and 5C. RGB value is (252,121,92). Sum of RGB (Red+Green+Blue) = 252+121+92=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC795C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC795C is #0386A3. Grayscale: #9D9D9D. Windows color (decimal): -231076 or 6060540. OLE color: 6060540.
HSL color Cylindrical-coordinate representation of color #FC795C: hue angle of 10.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC795C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 92 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.01 |
| HSL | 10.88º | 0.96% | 0.67% | - |
| HSV(B) | 10.88º | 0.63% | 0.99% | - |
| XYZ | 48.91 | 35.14 | 14.33 | - |
| YUV | 156.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 92 | 0 | 0.52 | 0.63 | 0.01 | 10.88 | 0.96 | 0.67 |
| Hex | FC | 79 | 5C | 0 | 34 | 3F | 1 | B | 60 | 43 |
| Octal | 374 | 171 | 134 | 0 | 64 | 77 | 1 | 13 | 140 | 103 |
| Binary | 11111100 | 1111001 | 1011100 | 0 | 110100 | 111111 | 1 | 1011 | 1100000 | 1000011 |
Color Harmonies of #FC795C
Complementary color
Monochromatic Colors of #FC795C
Black with #FC795C
Text Example
Text Example
White with #FC795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC795C; }
p { color: rgb(252,121,92); }
H1.HeaderClassName
{
color: #FC795C;
}
.AnyTagClassName
{
color: #FC795C;
}
</style>
background-color css
<style>
a { background-color: #FC795C; }
a { background-color: rgb(252,121,92); }
div.DivClassName
{
background-color: #FC795C;
}
.BgClassName
{
background-color: #FC795C;
}
</style>
border-color css
<style>
span { border-color: #FC795C; }
span { border-color: rgb(252,121,92); }
td.TdClassName
{
border-color: #FC795C;
}
.TagClassName
{
border-color: #FC795C;
}
</style>