Shades of Cream Can #F1BC55
Tints of Cream Can #F1BC55
RGB
CMYK
RGB Variations
Color information
#F1BC55 (or 0xF1BC55) is known color: Cream Can. HEX triplet: F1, BC and 55. RGB value is (241,188,85). Sum of RGB (Red+Green+Blue) = 241+188+85=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC55 is #0E43AA. Grayscale: #C0C0C0. Windows color (decimal): -934827 or 5618929. OLE color: 5618929.
HSL color Cylindrical-coordinate representation of color #F1BC55: hue angle of 39.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1BC55 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 85 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.05 |
| HSL | 39.62º | 0.85% | 0.64% | - |
| HSV(B) | 39.62º | 0.65% | 0.95% | - |
| XYZ | 55.9 | 55.32 | 16.33 | - |
| YUV | 192.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 85 | 0 | 0.22 | 0.65 | 0.05 | 39.62 | 0.85 | 0.64 |
| Hex | F1 | BC | 55 | 0 | 16 | 41 | 5 | 28 | 55 | 40 |
| Octal | 361 | 274 | 125 | 0 | 26 | 101 | 5 | 50 | 125 | 100 |
| Binary | 11110001 | 10111100 | 1010101 | 0 | 10110 | 1000001 | 101 | 101000 | 1010101 | 1000000 |
Color Harmonies of #F1BC55
Complementary color
Monochromatic Colors of #F1BC55
Black with #F1BC55
Text Example
Text Example
White with #F1BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC55; }
p { color: rgb(241,188,85); }
H1.HeaderClassName
{
color: #F1BC55;
}
.AnyTagClassName
{
color: #F1BC55;
}
</style>
background-color css
<style>
a { background-color: #F1BC55; }
a { background-color: rgb(241,188,85); }
div.DivClassName
{
background-color: #F1BC55;
}
.BgClassName
{
background-color: #F1BC55;
}
</style>
border-color css
<style>
span { border-color: #F1BC55; }
span { border-color: rgb(241,188,85); }
td.TdClassName
{
border-color: #F1BC55;
}
.TagClassName
{
border-color: #F1BC55;
}
</style>