Shades of Cream Can #F0C356
Tints of Cream Can #F0C356
RGB
CMYK
RGB Variations
Color information
#F0C356 (or 0xF0C356) is known color: Cream Can. HEX triplet: F0, C3 and 56. RGB value is (240,195,86). Sum of RGB (Red+Green+Blue) = 240+195+86=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C356 is #0F3CA9. Grayscale: #C4C4C4. Windows color (decimal): -998570 or 5686256. OLE color: 5686256.
HSL color Cylindrical-coordinate representation of color #F0C356: hue angle of 42.47º 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 #F0C356 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.06 |
| HSL | 42.47º | 0.84% | 0.64% | - |
| HSV(B) | 42.47º | 0.64% | 0.94% | - |
| XYZ | 57.13 | 58.23 | 17.03 | - |
| YUV | 196.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 86 | 0 | 0.19 | 0.64 | 0.06 | 42.47 | 0.84 | 0.64 |
| Hex | F0 | C3 | 56 | 0 | 13 | 40 | 6 | 2A | 54 | 40 |
| Octal | 360 | 303 | 126 | 0 | 23 | 100 | 6 | 52 | 124 | 100 |
| Binary | 11110000 | 11000011 | 1010110 | 0 | 10011 | 1000000 | 110 | 101010 | 1010100 | 1000000 |
Color Harmonies of #F0C356
Complementary color
Monochromatic Colors of #F0C356
Black with #F0C356
Text Example
Text Example
White with #F0C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C356; }
p { color: rgb(240,195,86); }
H1.HeaderClassName
{
color: #F0C356;
}
.AnyTagClassName
{
color: #F0C356;
}
</style>
background-color css
<style>
a { background-color: #F0C356; }
a { background-color: rgb(240,195,86); }
div.DivClassName
{
background-color: #F0C356;
}
.BgClassName
{
background-color: #F0C356;
}
</style>
border-color css
<style>
span { border-color: #F0C356; }
span { border-color: rgb(240,195,86); }
td.TdClassName
{
border-color: #F0C356;
}
.TagClassName
{
border-color: #F0C356;
}
</style>