Shades of Cream Can #F1BC56
Tints of Cream Can #F1BC56
RGB
CMYK
RGB Variations
Color information
#F1BC56 (or 0xF1BC56) is known color: Cream Can. HEX triplet: F1, BC and 56. RGB value is (241,188,86). Sum of RGB (Red+Green+Blue) = 241+188+86=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC56 is #0E43A9. Grayscale: #C0C0C0. Windows color (decimal): -934826 or 5684465. OLE color: 5684465.
HSL color Cylindrical-coordinate representation of color #F1BC56: hue angle of 39.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1BC56 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 86 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.05 |
| HSL | 39.48º | 0.85% | 0.64% | - |
| HSV(B) | 39.48º | 0.64% | 0.95% | - |
| XYZ | 55.94 | 55.34 | 16.54 | - |
| YUV | 192.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 86 | 0 | 0.22 | 0.64 | 0.05 | 39.48 | 0.85 | 0.64 |
| Hex | F1 | BC | 56 | 0 | 16 | 40 | 5 | 27 | 55 | 40 |
| Octal | 361 | 274 | 126 | 0 | 26 | 100 | 5 | 47 | 125 | 100 |
| Binary | 11110001 | 10111100 | 1010110 | 0 | 10110 | 1000000 | 101 | 100111 | 1010101 | 1000000 |
Color Harmonies of #F1BC56
Complementary color
Monochromatic Colors of #F1BC56
Black with #F1BC56
Text Example
Text Example
White with #F1BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC56; }
p { color: rgb(241,188,86); }
H1.HeaderClassName
{
color: #F1BC56;
}
.AnyTagClassName
{
color: #F1BC56;
}
</style>
background-color css
<style>
a { background-color: #F1BC56; }
a { background-color: rgb(241,188,86); }
div.DivClassName
{
background-color: #F1BC56;
}
.BgClassName
{
background-color: #F1BC56;
}
</style>
border-color css
<style>
span { border-color: #F1BC56; }
span { border-color: rgb(241,188,86); }
td.TdClassName
{
border-color: #F1BC56;
}
.TagClassName
{
border-color: #F1BC56;
}
</style>