Shades of Cream Can #F1BA47
Tints of Cream Can #F1BA47
RGB
CMYK
RGB Variations
Color information
#F1BA47 (or 0xF1BA47) is known color: Cream Can. HEX triplet: F1, BA and 47. RGB value is (241,186,71). Sum of RGB (Red+Green+Blue) = 241+186+71=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA47 is #0E45B8. Grayscale: #BDBDBD. Windows color (decimal): -935353 or 4700913. OLE color: 4700913.
HSL color Cylindrical-coordinate representation of color #F1BA47: hue angle of 40.59º 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 #F1BA47 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 71 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.05 |
| HSL | 40.59º | 0.86% | 0.61% | - |
| HSV(B) | 40.59º | 0.71% | 0.95% | - |
| XYZ | 54.97 | 54.27 | 13.54 | - |
| YUV | 189.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 71 | 0 | 0.23 | 0.71 | 0.05 | 40.59 | 0.86 | 0.61 |
| Hex | F1 | BA | 47 | 0 | 17 | 47 | 5 | 29 | 56 | 3D |
| Octal | 361 | 272 | 107 | 0 | 27 | 107 | 5 | 51 | 126 | 75 |
| Binary | 11110001 | 10111010 | 1000111 | 0 | 10111 | 1000111 | 101 | 101001 | 1010110 | 111101 |
Color Harmonies of #F1BA47
Complementary color
Monochromatic Colors of #F1BA47
Black with #F1BA47
Text Example
Text Example
White with #F1BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA47; }
p { color: rgb(241,186,71); }
H1.HeaderClassName
{
color: #F1BA47;
}
.AnyTagClassName
{
color: #F1BA47;
}
</style>
background-color css
<style>
a { background-color: #F1BA47; }
a { background-color: rgb(241,186,71); }
div.DivClassName
{
background-color: #F1BA47;
}
.BgClassName
{
background-color: #F1BA47;
}
</style>
border-color css
<style>
span { border-color: #F1BA47; }
span { border-color: rgb(241,186,71); }
td.TdClassName
{
border-color: #F1BA47;
}
.TagClassName
{
border-color: #F1BA47;
}
</style>