Shades of Cream Can #F0BC57
Tints of Cream Can #F0BC57
RGB
CMYK
RGB Variations
Color information
#F0BC57 (or 0xF0BC57) is known color: Cream Can. HEX triplet: F0, BC and 57. RGB value is (240,188,87). Sum of RGB (Red+Green+Blue) = 240+188+87=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC57 is #0F43A8. Grayscale: #C0C0C0. Windows color (decimal): -1000361 or 5750000. OLE color: 5750000.
HSL color Cylindrical-coordinate representation of color #F0BC57: hue angle of 39.61º 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 #F0BC57 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 87 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.06 |
| HSL | 39.61º | 0.84% | 0.64% | - |
| HSV(B) | 39.61º | 0.64% | 0.94% | - |
| XYZ | 55.64 | 55.18 | 16.74 | - |
| YUV | 192.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 87 | 0 | 0.22 | 0.64 | 0.06 | 39.61 | 0.84 | 0.64 |
| Hex | F0 | BC | 57 | 0 | 16 | 40 | 6 | 28 | 54 | 40 |
| Octal | 360 | 274 | 127 | 0 | 26 | 100 | 6 | 50 | 124 | 100 |
| Binary | 11110000 | 10111100 | 1010111 | 0 | 10110 | 1000000 | 110 | 101000 | 1010100 | 1000000 |
Color Harmonies of #F0BC57
Complementary color
Monochromatic Colors of #F0BC57
Black with #F0BC57
Text Example
Text Example
White with #F0BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC57; }
p { color: rgb(240,188,87); }
H1.HeaderClassName
{
color: #F0BC57;
}
.AnyTagClassName
{
color: #F0BC57;
}
</style>
background-color css
<style>
a { background-color: #F0BC57; }
a { background-color: rgb(240,188,87); }
div.DivClassName
{
background-color: #F0BC57;
}
.BgClassName
{
background-color: #F0BC57;
}
</style>
border-color css
<style>
span { border-color: #F0BC57; }
span { border-color: rgb(240,188,87); }
td.TdClassName
{
border-color: #F0BC57;
}
.TagClassName
{
border-color: #F0BC57;
}
</style>