Shades of Cream Can #F1BC40
Tints of Cream Can #F1BC40
RGB
CMYK
RGB Variations
Color information
#F1BC40 (or 0xF1BC40) is known color: Cream Can. HEX triplet: F1, BC and 40. RGB value is (241,188,64). Sum of RGB (Red+Green+Blue) = 241+188+64=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC40 is #0E43BF. Grayscale: #BEBEBE. Windows color (decimal): -934848 or 4242673. OLE color: 4242673.
HSL color Cylindrical-coordinate representation of color #F1BC40: hue angle of 42.03º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1BC40 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 64 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.05 |
| HSL | 42.03º | 0.86% | 0.6% | - |
| HSV(B) | 42.03º | 0.73% | 0.95% | - |
| XYZ | 55.18 | 55.04 | 12.57 | - |
| YUV | 189.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 64 | 0 | 0.22 | 0.73 | 0.05 | 42.03 | 0.86 | 0.6 |
| Hex | F1 | BC | 40 | 0 | 16 | 49 | 5 | 2A | 56 | 3C |
| Octal | 361 | 274 | 100 | 0 | 26 | 111 | 5 | 52 | 126 | 74 |
| Binary | 11110001 | 10111100 | 1000000 | 0 | 10110 | 1001001 | 101 | 101010 | 1010110 | 111100 |
Color Harmonies of #F1BC40
Complementary color
Monochromatic Colors of #F1BC40
Black with #F1BC40
Text Example
Text Example
White with #F1BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC40; }
p { color: rgb(241,188,64); }
H1.HeaderClassName
{
color: #F1BC40;
}
.AnyTagClassName
{
color: #F1BC40;
}
</style>
background-color css
<style>
a { background-color: #F1BC40; }
a { background-color: rgb(241,188,64); }
div.DivClassName
{
background-color: #F1BC40;
}
.BgClassName
{
background-color: #F1BC40;
}
</style>
border-color css
<style>
span { border-color: #F1BC40; }
span { border-color: rgb(241,188,64); }
td.TdClassName
{
border-color: #F1BC40;
}
.TagClassName
{
border-color: #F1BC40;
}
</style>