Shades of Cream Can #F5BA46
Tints of Cream Can #F5BA46
RGB
CMYK
RGB Variations
Color information
#F5BA46 (or 0xF5BA46) is known color: Cream Can. HEX triplet: F5, BA and 46. RGB value is (245,186,70). Sum of RGB (Red+Green+Blue) = 245+186+70=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA46 is #0A45B9. Grayscale: #BEBEBE. Windows color (decimal): -673210 or 4635381. OLE color: 4635381.
HSL color Cylindrical-coordinate representation of color #F5BA46: hue angle of 39.77º degrees, saturation: 0.9, 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 #F5BA46 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 70 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.04 |
| HSL | 39.77º | 0.9% | 0.62% | - |
| HSV(B) | 39.77º | 0.71% | 0.96% | - |
| XYZ | 56.32 | 54.97 | 13.44 | - |
| YUV | 190.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 70 | 0 | 0.24 | 0.71 | 0.04 | 39.77 | 0.9 | 0.62 |
| Hex | F5 | BA | 46 | 0 | 18 | 47 | 4 | 28 | 5A | 3E |
| Octal | 365 | 272 | 106 | 0 | 30 | 107 | 4 | 50 | 132 | 76 |
| Binary | 11110101 | 10111010 | 1000110 | 0 | 11000 | 1000111 | 100 | 101000 | 1011010 | 111110 |
Color Harmonies of #F5BA46
Complementary color
Monochromatic Colors of #F5BA46
Black with #F5BA46
Text Example
Text Example
White with #F5BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA46; }
p { color: rgb(245,186,70); }
H1.HeaderClassName
{
color: #F5BA46;
}
.AnyTagClassName
{
color: #F5BA46;
}
</style>
background-color css
<style>
a { background-color: #F5BA46; }
a { background-color: rgb(245,186,70); }
div.DivClassName
{
background-color: #F5BA46;
}
.BgClassName
{
background-color: #F5BA46;
}
</style>
border-color css
<style>
span { border-color: #F5BA46; }
span { border-color: rgb(245,186,70); }
td.TdClassName
{
border-color: #F5BA46;
}
.TagClassName
{
border-color: #F5BA46;
}
</style>