Shades of Cream Can #F0C256
Tints of Cream Can #F0C256
RGB
CMYK
RGB Variations
Color information
#F0C256 (or 0xF0C256) is known color: Cream Can. HEX triplet: F0, C2 and 56. RGB value is (240,194,86). Sum of RGB (Red+Green+Blue) = 240+194+86=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C256 is #0F3DA9. Grayscale: #C3C3C3. Windows color (decimal): -998826 or 5686000. OLE color: 5686000.
HSL color Cylindrical-coordinate representation of color #F0C256: hue angle of 42.08º 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 #F0C256 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.06 |
| HSL | 42.08º | 0.84% | 0.64% | - |
| HSV(B) | 42.08º | 0.64% | 0.94% | - |
| XYZ | 56.91 | 57.78 | 16.96 | - |
| YUV | 195.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 86 | 0 | 0.19 | 0.64 | 0.06 | 42.08 | 0.84 | 0.64 |
| Hex | F0 | C2 | 56 | 0 | 13 | 40 | 6 | 2A | 54 | 40 |
| Octal | 360 | 302 | 126 | 0 | 23 | 100 | 6 | 52 | 124 | 100 |
| Binary | 11110000 | 11000010 | 1010110 | 0 | 10011 | 1000000 | 110 | 101010 | 1010100 | 1000000 |
Color Harmonies of #F0C256
Complementary color
Monochromatic Colors of #F0C256
Black with #F0C256
Text Example
Text Example
White with #F0C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C256; }
p { color: rgb(240,194,86); }
H1.HeaderClassName
{
color: #F0C256;
}
.AnyTagClassName
{
color: #F0C256;
}
</style>
background-color css
<style>
a { background-color: #F0C256; }
a { background-color: rgb(240,194,86); }
div.DivClassName
{
background-color: #F0C256;
}
.BgClassName
{
background-color: #F0C256;
}
</style>
border-color css
<style>
span { border-color: #F0C256; }
span { border-color: rgb(240,194,86); }
td.TdClassName
{
border-color: #F0C256;
}
.TagClassName
{
border-color: #F0C256;
}
</style>