Shades of Cream Can #F0BA46
Tints of Cream Can #F0BA46
RGB
CMYK
RGB Variations
Color information
#F0BA46 (or 0xF0BA46) is known color: Cream Can. HEX triplet: F0, BA and 46. RGB value is (240,186,70). Sum of RGB (Red+Green+Blue) = 240+186+70=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA46 is #0F45B9. Grayscale: #BDBDBD. Windows color (decimal): -1000890 or 4635376. OLE color: 4635376.
HSL color Cylindrical-coordinate representation of color #F0BA46: hue angle of 40.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0BA46 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 70 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.06 |
| HSL | 40.94º | 0.85% | 0.61% | - |
| HSV(B) | 40.94º | 0.71% | 0.94% | - |
| XYZ | 54.6 | 54.09 | 13.36 | - |
| YUV | 188.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 70 | 0 | 0.22 | 0.71 | 0.06 | 40.94 | 0.85 | 0.61 |
| Hex | F0 | BA | 46 | 0 | 16 | 47 | 6 | 29 | 55 | 3D |
| Octal | 360 | 272 | 106 | 0 | 26 | 107 | 6 | 51 | 125 | 75 |
| Binary | 11110000 | 10111010 | 1000110 | 0 | 10110 | 1000111 | 110 | 101001 | 1010101 | 111101 |
Color Harmonies of #F0BA46
Complementary color
Monochromatic Colors of #F0BA46
Black with #F0BA46
Text Example
Text Example
White with #F0BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA46; }
p { color: rgb(240,186,70); }
H1.HeaderClassName
{
color: #F0BA46;
}
.AnyTagClassName
{
color: #F0BA46;
}
</style>
background-color css
<style>
a { background-color: #F0BA46; }
a { background-color: rgb(240,186,70); }
div.DivClassName
{
background-color: #F0BA46;
}
.BgClassName
{
background-color: #F0BA46;
}
</style>
border-color css
<style>
span { border-color: #F0BA46; }
span { border-color: rgb(240,186,70); }
td.TdClassName
{
border-color: #F0BA46;
}
.TagClassName
{
border-color: #F0BA46;
}
</style>