Shades of Bittersweet #FC685E
Tints of Bittersweet #FC685E
RGB
CMYK
RGB Variations
Color information
#FC685E (or 0xFC685E) is known color: Bittersweet. HEX triplet: FC, 68 and 5E. RGB value is (252,104,94). Sum of RGB (Red+Green+Blue) = 252+104+94=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC685E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC685E is #0397A1. Grayscale: #939393. Windows color (decimal): -235426 or 6187260. OLE color: 6187260.
HSL color Cylindrical-coordinate representation of color #FC685E: hue angle of 3.8º 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 #FC685E is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 94 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.01 |
| HSL | 3.8º | 0.96% | 0.68% | - |
| HSV(B) | 3.8º | 0.63% | 0.99% | - |
| XYZ | 47.12 | 31.4 | 14.17 | - |
| YUV | 147.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 94 | 0 | 0.59 | 0.63 | 0.01 | 3.8 | 0.96 | 0.68 |
| Hex | FC | 68 | 5E | 0 | 3B | 3F | 1 | 4 | 60 | 44 |
| Octal | 374 | 150 | 136 | 0 | 73 | 77 | 1 | 4 | 140 | 104 |
| Binary | 11111100 | 1101000 | 1011110 | 0 | 111011 | 111111 | 1 | 100 | 1100000 | 1000100 |
Color Harmonies of #FC685E
Complementary color
Monochromatic Colors of #FC685E
Black with #FC685E
Text Example
Text Example
White with #FC685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC685E; }
p { color: rgb(252,104,94); }
H1.HeaderClassName
{
color: #FC685E;
}
.AnyTagClassName
{
color: #FC685E;
}
</style>
background-color css
<style>
a { background-color: #FC685E; }
a { background-color: rgb(252,104,94); }
div.DivClassName
{
background-color: #FC685E;
}
.BgClassName
{
background-color: #FC685E;
}
</style>
border-color css
<style>
span { border-color: #FC685E; }
span { border-color: rgb(252,104,94); }
td.TdClassName
{
border-color: #FC685E;
}
.TagClassName
{
border-color: #FC685E;
}
</style>