Shades of Cream Can #F1BA41
Tints of Cream Can #F1BA41
RGB
CMYK
RGB Variations
Color information
#F1BA41 (or 0xF1BA41) is known color: Cream Can. HEX triplet: F1, BA and 41. RGB value is (241,186,65). Sum of RGB (Red+Green+Blue) = 241+186+65=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA41 is #0E45BE. Grayscale: #BDBDBD. Windows color (decimal): -935359 or 4307697. OLE color: 4307697.
HSL color Cylindrical-coordinate representation of color #F1BA41: hue angle of 41.25º 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 #F1BA41 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 65 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.05 |
| HSL | 41.25º | 0.86% | 0.6% | - |
| HSV(B) | 41.25º | 0.73% | 0.95% | - |
| XYZ | 54.79 | 54.2 | 12.58 | - |
| YUV | 188.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 65 | 0 | 0.23 | 0.73 | 0.05 | 41.25 | 0.86 | 0.6 |
| Hex | F1 | BA | 41 | 0 | 17 | 49 | 5 | 29 | 56 | 3C |
| Octal | 361 | 272 | 101 | 0 | 27 | 111 | 5 | 51 | 126 | 74 |
| Binary | 11110001 | 10111010 | 1000001 | 0 | 10111 | 1001001 | 101 | 101001 | 1010110 | 111100 |
Color Harmonies of #F1BA41
Complementary color
Monochromatic Colors of #F1BA41
Black with #F1BA41
Text Example
Text Example
White with #F1BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA41; }
p { color: rgb(241,186,65); }
H1.HeaderClassName
{
color: #F1BA41;
}
.AnyTagClassName
{
color: #F1BA41;
}
</style>
background-color css
<style>
a { background-color: #F1BA41; }
a { background-color: rgb(241,186,65); }
div.DivClassName
{
background-color: #F1BA41;
}
.BgClassName
{
background-color: #F1BA41;
}
</style>
border-color css
<style>
span { border-color: #F1BA41; }
span { border-color: rgb(241,186,65); }
td.TdClassName
{
border-color: #F1BA41;
}
.TagClassName
{
border-color: #F1BA41;
}
</style>