Shades of Cream Can #F4BA46
Tints of Cream Can #F4BA46
RGB
CMYK
RGB Variations
Color information
#F4BA46 (or 0xF4BA46) is known color: Cream Can. HEX triplet: F4, BA and 46. RGB value is (244,186,70). Sum of RGB (Red+Green+Blue) = 244+186+70=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BA46 is #0B45B9. Grayscale: #BEBEBE. Windows color (decimal): -738746 or 4635380. OLE color: 4635380.
HSL color Cylindrical-coordinate representation of color #F4BA46: hue angle of 40º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4BA46 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 70 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.04 |
| HSL | 40º | 0.89% | 0.62% | - |
| HSV(B) | 40º | 0.71% | 0.96% | - |
| XYZ | 55.97 | 54.79 | 13.42 | - |
| YUV | 190.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 70 | 0 | 0.24 | 0.71 | 0.04 | 40 | 0.89 | 0.62 |
| Hex | F4 | BA | 46 | 0 | 18 | 47 | 4 | 28 | 59 | 3E |
| Octal | 364 | 272 | 106 | 0 | 30 | 107 | 4 | 50 | 131 | 76 |
| Binary | 11110100 | 10111010 | 1000110 | 0 | 11000 | 1000111 | 100 | 101000 | 1011001 | 111110 |
Color Harmonies of #F4BA46
Complementary color
Monochromatic Colors of #F4BA46
Black with #F4BA46
Text Example
Text Example
White with #F4BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA46; }
p { color: rgb(244,186,70); }
H1.HeaderClassName
{
color: #F4BA46;
}
.AnyTagClassName
{
color: #F4BA46;
}
</style>
background-color css
<style>
a { background-color: #F4BA46; }
a { background-color: rgb(244,186,70); }
div.DivClassName
{
background-color: #F4BA46;
}
.BgClassName
{
background-color: #F4BA46;
}
</style>
border-color css
<style>
span { border-color: #F4BA46; }
span { border-color: rgb(244,186,70); }
td.TdClassName
{
border-color: #F4BA46;
}
.TagClassName
{
border-color: #F4BA46;
}
</style>