Shades of Cream Can #F0C456
Tints of Cream Can #F0C456
RGB
CMYK
RGB Variations
Color information
#F0C456 (or 0xF0C456) is known color: Cream Can. HEX triplet: F0, C4 and 56. RGB value is (240,196,86). Sum of RGB (Red+Green+Blue) = 240+196+86=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C456 is #0F3BA9. Grayscale: #C5C5C5. Windows color (decimal): -998314 or 5686512. OLE color: 5686512.
HSL color Cylindrical-coordinate representation of color #F0C456: hue angle of 42.86º 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 #F0C456 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.06 |
| HSL | 42.86º | 0.84% | 0.64% | - |
| HSV(B) | 42.86º | 0.64% | 0.94% | - |
| XYZ | 57.35 | 58.68 | 17.11 | - |
| YUV | 196.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 86 | 0 | 0.18 | 0.64 | 0.06 | 42.86 | 0.84 | 0.64 |
| Hex | F0 | C4 | 56 | 0 | 12 | 40 | 6 | 2B | 54 | 40 |
| Octal | 360 | 304 | 126 | 0 | 22 | 100 | 6 | 53 | 124 | 100 |
| Binary | 11110000 | 11000100 | 1010110 | 0 | 10010 | 1000000 | 110 | 101011 | 1010100 | 1000000 |
Color Harmonies of #F0C456
Complementary color
Monochromatic Colors of #F0C456
Black with #F0C456
Text Example
Text Example
White with #F0C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C456; }
p { color: rgb(240,196,86); }
H1.HeaderClassName
{
color: #F0C456;
}
.AnyTagClassName
{
color: #F0C456;
}
</style>
background-color css
<style>
a { background-color: #F0C456; }
a { background-color: rgb(240,196,86); }
div.DivClassName
{
background-color: #F0C456;
}
.BgClassName
{
background-color: #F0C456;
}
</style>
border-color css
<style>
span { border-color: #F0C456; }
span { border-color: rgb(240,196,86); }
td.TdClassName
{
border-color: #F0C456;
}
.TagClassName
{
border-color: #F0C456;
}
</style>