Shades of Cream Can #F0C556
Tints of Cream Can #F0C556
RGB
CMYK
RGB Variations
Color information
#F0C556 (or 0xF0C556) is known color: Cream Can. HEX triplet: F0, C5 and 56. RGB value is (240,197,86). Sum of RGB (Red+Green+Blue) = 240+197+86=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C556 is #0F3AA9. Grayscale: #C5C5C5. Windows color (decimal): -998058 or 5686768. OLE color: 5686768.
HSL color Cylindrical-coordinate representation of color #F0C556: hue angle of 43.25º 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 #F0C556 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.06 |
| HSL | 43.25º | 0.84% | 0.64% | - |
| HSV(B) | 43.25º | 0.64% | 0.94% | - |
| XYZ | 57.58 | 59.13 | 17.18 | - |
| YUV | 197.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 86 | 0 | 0.18 | 0.64 | 0.06 | 43.25 | 0.84 | 0.64 |
| Hex | F0 | C5 | 56 | 0 | 12 | 40 | 6 | 2B | 54 | 40 |
| Octal | 360 | 305 | 126 | 0 | 22 | 100 | 6 | 53 | 124 | 100 |
| Binary | 11110000 | 11000101 | 1010110 | 0 | 10010 | 1000000 | 110 | 101011 | 1010100 | 1000000 |
Color Harmonies of #F0C556
Complementary color
Monochromatic Colors of #F0C556
Black with #F0C556
Text Example
Text Example
White with #F0C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C556; }
p { color: rgb(240,197,86); }
H1.HeaderClassName
{
color: #F0C556;
}
.AnyTagClassName
{
color: #F0C556;
}
</style>
background-color css
<style>
a { background-color: #F0C556; }
a { background-color: rgb(240,197,86); }
div.DivClassName
{
background-color: #F0C556;
}
.BgClassName
{
background-color: #F0C556;
}
</style>
border-color css
<style>
span { border-color: #F0C556; }
span { border-color: rgb(240,197,86); }
td.TdClassName
{
border-color: #F0C556;
}
.TagClassName
{
border-color: #F0C556;
}
</style>