Shades of Cream Can #F0C156
Tints of Cream Can #F0C156
RGB
CMYK
RGB Variations
Color information
#F0C156 (or 0xF0C156) is known color: Cream Can. HEX triplet: F0, C1 and 56. RGB value is (240,193,86). Sum of RGB (Red+Green+Blue) = 240+193+86=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C156 is #0F3EA9. Grayscale: #C3C3C3. Windows color (decimal): -999082 or 5685744. OLE color: 5685744.
HSL color Cylindrical-coordinate representation of color #F0C156: hue angle of 41.69º 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 #F0C156 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 86 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.06 |
| HSL | 41.69º | 0.84% | 0.64% | - |
| HSV(B) | 41.69º | 0.64% | 0.94% | - |
| XYZ | 56.68 | 57.34 | 16.88 | - |
| YUV | 194.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 86 | 0 | 0.20 | 0.64 | 0.06 | 41.69 | 0.84 | 0.64 |
| Hex | F0 | C1 | 56 | 0 | 14 | 40 | 6 | 2A | 54 | 40 |
| Octal | 360 | 301 | 126 | 0 | 24 | 100 | 6 | 52 | 124 | 100 |
| Binary | 11110000 | 11000001 | 1010110 | 0 | 10100 | 1000000 | 110 | 101010 | 1010100 | 1000000 |
Color Harmonies of #F0C156
Complementary color
Monochromatic Colors of #F0C156
Black with #F0C156
Text Example
Text Example
White with #F0C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C156; }
p { color: rgb(240,193,86); }
H1.HeaderClassName
{
color: #F0C156;
}
.AnyTagClassName
{
color: #F0C156;
}
</style>
background-color css
<style>
a { background-color: #F0C156; }
a { background-color: rgb(240,193,86); }
div.DivClassName
{
background-color: #F0C156;
}
.BgClassName
{
background-color: #F0C156;
}
</style>
border-color css
<style>
span { border-color: #F0C156; }
span { border-color: rgb(240,193,86); }
td.TdClassName
{
border-color: #F0C156;
}
.TagClassName
{
border-color: #F0C156;
}
</style>