Shades of Cream Can #F1B941
Tints of Cream Can #F1B941
RGB
CMYK
RGB Variations
Color information
#F1B941 (or 0xF1B941) is known color: Cream Can. HEX triplet: F1, B9 and 41. RGB value is (241,185,65). Sum of RGB (Red+Green+Blue) = 241+185+65=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B941 is #0E46BE. Grayscale: #BCBCBC. Windows color (decimal): -935615 or 4307441. OLE color: 4307441.
HSL color Cylindrical-coordinate representation of color #F1B941: hue angle of 40.91º 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 #F1B941 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 65 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.05 |
| HSL | 40.91º | 0.86% | 0.6% | - |
| HSV(B) | 40.91º | 0.73% | 0.95% | - |
| XYZ | 54.58 | 53.78 | 12.51 | - |
| YUV | 188.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 65 | 0 | 0.23 | 0.73 | 0.05 | 40.91 | 0.86 | 0.6 |
| Hex | F1 | B9 | 41 | 0 | 17 | 49 | 5 | 29 | 56 | 3C |
| Octal | 361 | 271 | 101 | 0 | 27 | 111 | 5 | 51 | 126 | 74 |
| Binary | 11110001 | 10111001 | 1000001 | 0 | 10111 | 1001001 | 101 | 101001 | 1010110 | 111100 |
Color Harmonies of #F1B941
Complementary color
Monochromatic Colors of #F1B941
Black with #F1B941
Text Example
Text Example
White with #F1B941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B941; }
p { color: rgb(241,185,65); }
H1.HeaderClassName
{
color: #F1B941;
}
.AnyTagClassName
{
color: #F1B941;
}
</style>
background-color css
<style>
a { background-color: #F1B941; }
a { background-color: rgb(241,185,65); }
div.DivClassName
{
background-color: #F1B941;
}
.BgClassName
{
background-color: #F1B941;
}
</style>
border-color css
<style>
span { border-color: #F1B941; }
span { border-color: rgb(241,185,65); }
td.TdClassName
{
border-color: #F1B941;
}
.TagClassName
{
border-color: #F1B941;
}
</style>