Shades of Cream Can #F0C656
Tints of Cream Can #F0C656
RGB
CMYK
RGB Variations
Color information
#F0C656 (or 0xF0C656) is known color: Cream Can. HEX triplet: F0, C6 and 56. RGB value is (240,198,86). Sum of RGB (Red+Green+Blue) = 240+198+86=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C656 is #0F39A9. Grayscale: #C6C6C6. Windows color (decimal): -997802 or 5687024. OLE color: 5687024.
HSL color Cylindrical-coordinate representation of color #F0C656: hue angle of 43.64º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0C656 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.06 |
| HSL | 43.64º | 0.84% | 0.64% | - |
| HSV(B) | 43.64º | 0.64% | 0.94% | - |
| XYZ | 57.81 | 59.59 | 17.26 | - |
| YUV | 197.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 86 | 0 | 0.18 | 0.64 | 0.06 | 43.64 | 0.84 | 0.64 |
| Hex | F0 | C6 | 56 | 0 | 12 | 40 | 6 | 2C | 54 | 40 |
| Octal | 360 | 306 | 126 | 0 | 22 | 100 | 6 | 54 | 124 | 100 |
| Binary | 11110000 | 11000110 | 1010110 | 0 | 10010 | 1000000 | 110 | 101100 | 1010100 | 1000000 |
Color Harmonies of #F0C656
Complementary color
Monochromatic Colors of #F0C656
Black with #F0C656
Text Example
Text Example
White with #F0C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C656; }
p { color: rgb(240,198,86); }
H1.HeaderClassName
{
color: #F0C656;
}
.AnyTagClassName
{
color: #F0C656;
}
</style>
background-color css
<style>
a { background-color: #F0C656; }
a { background-color: rgb(240,198,86); }
div.DivClassName
{
background-color: #F0C656;
}
.BgClassName
{
background-color: #F0C656;
}
</style>
border-color css
<style>
span { border-color: #F0C656; }
span { border-color: rgb(240,198,86); }
td.TdClassName
{
border-color: #F0C656;
}
.TagClassName
{
border-color: #F0C656;
}
</style>