Shades of Cream Can #F5BD46
Tints of Cream Can #F5BD46
RGB
CMYK
RGB Variations
Color information
#F5BD46 (or 0xF5BD46) is known color: Cream Can. HEX triplet: F5, BD and 46. RGB value is (245,189,70). Sum of RGB (Red+Green+Blue) = 245+189+70=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BD46 is #0A42B9. Grayscale: #C0C0C0. Windows color (decimal): -672442 or 4636149. OLE color: 4636149.
HSL color Cylindrical-coordinate representation of color #F5BD46: hue angle of 40.8º 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 #F5BD46 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 70 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.04 |
| HSL | 40.8º | 0.9% | 0.62% | - |
| HSV(B) | 40.8º | 0.71% | 0.96% | - |
| XYZ | 56.96 | 56.25 | 13.65 | - |
| YUV | 192.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 70 | 0 | 0.23 | 0.71 | 0.04 | 40.8 | 0.9 | 0.62 |
| Hex | F5 | BD | 46 | 0 | 17 | 47 | 4 | 29 | 5A | 3E |
| Octal | 365 | 275 | 106 | 0 | 27 | 107 | 4 | 51 | 132 | 76 |
| Binary | 11110101 | 10111101 | 1000110 | 0 | 10111 | 1000111 | 100 | 101001 | 1011010 | 111110 |
Color Harmonies of #F5BD46
Complementary color
Monochromatic Colors of #F5BD46
Black with #F5BD46
Text Example
Text Example
White with #F5BD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD46; }
p { color: rgb(245,189,70); }
H1.HeaderClassName
{
color: #F5BD46;
}
.AnyTagClassName
{
color: #F5BD46;
}
</style>
background-color css
<style>
a { background-color: #F5BD46; }
a { background-color: rgb(245,189,70); }
div.DivClassName
{
background-color: #F5BD46;
}
.BgClassName
{
background-color: #F5BD46;
}
</style>
border-color css
<style>
span { border-color: #F5BD46; }
span { border-color: rgb(245,189,70); }
td.TdClassName
{
border-color: #F5BD46;
}
.TagClassName
{
border-color: #F5BD46;
}
</style>