Shades of Cream Can #F1BA49
Tints of Cream Can #F1BA49
RGB
CMYK
RGB Variations
Color information
#F1BA49 (or 0xF1BA49) is known color: Cream Can. HEX triplet: F1, BA and 49. RGB value is (241,186,73). Sum of RGB (Red+Green+Blue) = 241+186+73=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA49 is #0E45B6. Grayscale: #BEBEBE. Windows color (decimal): -935351 or 4831985. OLE color: 4831985.
HSL color Cylindrical-coordinate representation of color #F1BA49: hue angle of 40.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1BA49 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 73 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.05 |
| HSL | 40.36º | 0.86% | 0.62% | - |
| HSV(B) | 40.36º | 0.7% | 0.95% | - |
| XYZ | 55.04 | 54.3 | 13.88 | - |
| YUV | 189.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 73 | 0 | 0.23 | 0.70 | 0.05 | 40.36 | 0.86 | 0.62 |
| Hex | F1 | BA | 49 | 0 | 17 | 46 | 5 | 28 | 56 | 3E |
| Octal | 361 | 272 | 111 | 0 | 27 | 106 | 5 | 50 | 126 | 76 |
| Binary | 11110001 | 10111010 | 1001001 | 0 | 10111 | 1000110 | 101 | 101000 | 1010110 | 111110 |
Color Harmonies of #F1BA49
Complementary color
Monochromatic Colors of #F1BA49
Black with #F1BA49
Text Example
Text Example
White with #F1BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA49; }
p { color: rgb(241,186,73); }
H1.HeaderClassName
{
color: #F1BA49;
}
.AnyTagClassName
{
color: #F1BA49;
}
</style>
background-color css
<style>
a { background-color: #F1BA49; }
a { background-color: rgb(241,186,73); }
div.DivClassName
{
background-color: #F1BA49;
}
.BgClassName
{
background-color: #F1BA49;
}
</style>
border-color css
<style>
span { border-color: #F1BA49; }
span { border-color: rgb(241,186,73); }
td.TdClassName
{
border-color: #F1BA49;
}
.TagClassName
{
border-color: #F1BA49;
}
</style>