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