Shades of Cream Can #F1BA46
Tints of Cream Can #F1BA46
RGB
CMYK
RGB Variations
Color information
#F1BA46 (or 0xF1BA46) is known color: Cream Can. HEX triplet: F1, BA and 46. RGB value is (241,186,70). Sum of RGB (Red+Green+Blue) = 241+186+70=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA46 is #0E45B9. Grayscale: #BDBDBD. Windows color (decimal): -935354 or 4635377. OLE color: 4635377.
HSL color Cylindrical-coordinate representation of color #F1BA46: hue angle of 40.7º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1BA46 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 70 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.05 |
| HSL | 40.7º | 0.86% | 0.61% | - |
| HSV(B) | 40.7º | 0.71% | 0.95% | - |
| XYZ | 54.94 | 54.26 | 13.37 | - |
| YUV | 189.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 70 | 0 | 0.23 | 0.71 | 0.05 | 40.7 | 0.86 | 0.61 |
| Hex | F1 | BA | 46 | 0 | 17 | 47 | 5 | 29 | 56 | 3D |
| Octal | 361 | 272 | 106 | 0 | 27 | 107 | 5 | 51 | 126 | 75 |
| Binary | 11110001 | 10111010 | 1000110 | 0 | 10111 | 1000111 | 101 | 101001 | 1010110 | 111101 |
Color Harmonies of #F1BA46
Complementary color
Monochromatic Colors of #F1BA46
Black with #F1BA46
Text Example
Text Example
White with #F1BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA46; }
p { color: rgb(241,186,70); }
H1.HeaderClassName
{
color: #F1BA46;
}
.AnyTagClassName
{
color: #F1BA46;
}
</style>
background-color css
<style>
a { background-color: #F1BA46; }
a { background-color: rgb(241,186,70); }
div.DivClassName
{
background-color: #F1BA46;
}
.BgClassName
{
background-color: #F1BA46;
}
</style>
border-color css
<style>
span { border-color: #F1BA46; }
span { border-color: rgb(241,186,70); }
td.TdClassName
{
border-color: #F1BA46;
}
.TagClassName
{
border-color: #F1BA46;
}
</style>