Shades of Cream Can #F0BC56
Tints of Cream Can #F0BC56
RGB
CMYK
RGB Variations
Color information
#F0BC56 (or 0xF0BC56) is known color: Cream Can. HEX triplet: F0, BC and 56. RGB value is (240,188,86). Sum of RGB (Red+Green+Blue) = 240+188+86=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC56 is #0F43A9. Grayscale: #C0C0C0. Windows color (decimal): -1000362 or 5684464. OLE color: 5684464.
HSL color Cylindrical-coordinate representation of color #F0BC56: hue angle of 39.74º 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 #F0BC56 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 86 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.06 |
| HSL | 39.74º | 0.84% | 0.64% | - |
| HSV(B) | 39.74º | 0.64% | 0.94% | - |
| XYZ | 55.6 | 55.16 | 16.52 | - |
| YUV | 191.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 86 | 0 | 0.22 | 0.64 | 0.06 | 39.74 | 0.84 | 0.64 |
| Hex | F0 | BC | 56 | 0 | 16 | 40 | 6 | 28 | 54 | 40 |
| Octal | 360 | 274 | 126 | 0 | 26 | 100 | 6 | 50 | 124 | 100 |
| Binary | 11110000 | 10111100 | 1010110 | 0 | 10110 | 1000000 | 110 | 101000 | 1010100 | 1000000 |
Color Harmonies of #F0BC56
Complementary color
Monochromatic Colors of #F0BC56
Black with #F0BC56
Text Example
Text Example
White with #F0BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC56; }
p { color: rgb(240,188,86); }
H1.HeaderClassName
{
color: #F0BC56;
}
.AnyTagClassName
{
color: #F0BC56;
}
</style>
background-color css
<style>
a { background-color: #F0BC56; }
a { background-color: rgb(240,188,86); }
div.DivClassName
{
background-color: #F0BC56;
}
.BgClassName
{
background-color: #F0BC56;
}
</style>
border-color css
<style>
span { border-color: #F0BC56; }
span { border-color: rgb(240,188,86); }
td.TdClassName
{
border-color: #F0BC56;
}
.TagClassName
{
border-color: #F0BC56;
}
</style>