Shades of Cream Can #F1BA44
Tints of Cream Can #F1BA44
RGB
CMYK
RGB Variations
Color information
#F1BA44 (or 0xF1BA44) is known color: Cream Can. HEX triplet: F1, BA and 44. RGB value is (241,186,68). Sum of RGB (Red+Green+Blue) = 241+186+68=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA44 is #0E45BB. Grayscale: #BDBDBD. Windows color (decimal): -935356 or 4504305. OLE color: 4504305.
HSL color Cylindrical-coordinate representation of color #F1BA44: hue angle of 40.92º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1BA44 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 68 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.05 |
| HSL | 40.92º | 0.86% | 0.61% | - |
| HSV(B) | 40.92º | 0.72% | 0.95% | - |
| XYZ | 54.88 | 54.24 | 13.05 | - |
| YUV | 188.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 68 | 0 | 0.23 | 0.72 | 0.05 | 40.92 | 0.86 | 0.61 |
| Hex | F1 | BA | 44 | 0 | 17 | 48 | 5 | 29 | 56 | 3D |
| Octal | 361 | 272 | 104 | 0 | 27 | 110 | 5 | 51 | 126 | 75 |
| Binary | 11110001 | 10111010 | 1000100 | 0 | 10111 | 1001000 | 101 | 101001 | 1010110 | 111101 |
Color Harmonies of #F1BA44
Complementary color
Monochromatic Colors of #F1BA44
Black with #F1BA44
Text Example
Text Example
White with #F1BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA44; }
p { color: rgb(241,186,68); }
H1.HeaderClassName
{
color: #F1BA44;
}
.AnyTagClassName
{
color: #F1BA44;
}
</style>
background-color css
<style>
a { background-color: #F1BA44; }
a { background-color: rgb(241,186,68); }
div.DivClassName
{
background-color: #F1BA44;
}
.BgClassName
{
background-color: #F1BA44;
}
</style>
border-color css
<style>
span { border-color: #F1BA44; }
span { border-color: rgb(241,186,68); }
td.TdClassName
{
border-color: #F1BA44;
}
.TagClassName
{
border-color: #F1BA44;
}
</style>