Shades of Cream Can #F4BC46
Tints of Cream Can #F4BC46
RGB
CMYK
RGB Variations
Color information
#F4BC46 (or 0xF4BC46) is known color: Cream Can. HEX triplet: F4, BC and 46. RGB value is (244,188,70). Sum of RGB (Red+Green+Blue) = 244+188+70=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC46 is #0B43B9. Grayscale: #BFBFBF. Windows color (decimal): -738234 or 4635892. OLE color: 4635892.
HSL color Cylindrical-coordinate representation of color #F4BC46: hue angle of 40.69º 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 #F4BC46 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 70 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.04 |
| HSL | 40.69º | 0.89% | 0.62% | - |
| HSV(B) | 40.69º | 0.71% | 0.96% | - |
| XYZ | 56.4 | 55.64 | 13.56 | - |
| YUV | 191.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 70 | 0 | 0.23 | 0.71 | 0.04 | 40.69 | 0.89 | 0.62 |
| Hex | F4 | BC | 46 | 0 | 17 | 47 | 4 | 29 | 59 | 3E |
| Octal | 364 | 274 | 106 | 0 | 27 | 107 | 4 | 51 | 131 | 76 |
| Binary | 11110100 | 10111100 | 1000110 | 0 | 10111 | 1000111 | 100 | 101001 | 1011001 | 111110 |
Color Harmonies of #F4BC46
Complementary color
Monochromatic Colors of #F4BC46
Black with #F4BC46
Text Example
Text Example
White with #F4BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC46; }
p { color: rgb(244,188,70); }
H1.HeaderClassName
{
color: #F4BC46;
}
.AnyTagClassName
{
color: #F4BC46;
}
</style>
background-color css
<style>
a { background-color: #F4BC46; }
a { background-color: rgb(244,188,70); }
div.DivClassName
{
background-color: #F4BC46;
}
.BgClassName
{
background-color: #F4BC46;
}
</style>
border-color css
<style>
span { border-color: #F4BC46; }
span { border-color: rgb(244,188,70); }
td.TdClassName
{
border-color: #F4BC46;
}
.TagClassName
{
border-color: #F4BC46;
}
</style>