Shades of Cream Can #F4BC4D
Tints of Cream Can #F4BC4D
RGB
CMYK
RGB Variations
Color information
#F4BC4D (or 0xF4BC4D) is known color: Cream Can. HEX triplet: F4, BC and 4D. RGB value is (244,188,77). Sum of RGB (Red+Green+Blue) = 244+188+77=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC4D is #0B43B2. Grayscale: #C0C0C0. Windows color (decimal): -738227 or 5094644. OLE color: 5094644.
HSL color Cylindrical-coordinate representation of color #F4BC4D: hue angle of 39.88º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4BC4D is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 77 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.04 |
| HSL | 39.88º | 0.88% | 0.63% | - |
| HSV(B) | 39.88º | 0.68% | 0.96% | - |
| XYZ | 56.63 | 55.74 | 14.79 | - |
| YUV | 192.09 | 63.05 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 77 | 0 | 0.23 | 0.68 | 0.04 | 39.88 | 0.88 | 0.63 |
| Hex | F4 | BC | 4D | 0 | 17 | 44 | 4 | 28 | 58 | 3F |
| Octal | 364 | 274 | 115 | 0 | 27 | 104 | 4 | 50 | 130 | 77 |
| Binary | 11110100 | 10111100 | 1001101 | 0 | 10111 | 1000100 | 100 | 101000 | 1011000 | 111111 |
Color Harmonies of #F4BC4D
Complementary color
Monochromatic Colors of #F4BC4D
Black with #F4BC4D
Text Example
Text Example
White with #F4BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC4D; }
p { color: rgb(244,188,77); }
H1.HeaderClassName
{
color: #F4BC4D;
}
.AnyTagClassName
{
color: #F4BC4D;
}
</style>
background-color css
<style>
a { background-color: #F4BC4D; }
a { background-color: rgb(244,188,77); }
div.DivClassName
{
background-color: #F4BC4D;
}
.BgClassName
{
background-color: #F4BC4D;
}
</style>
border-color css
<style>
span { border-color: #F4BC4D; }
span { border-color: rgb(244,188,77); }
td.TdClassName
{
border-color: #F4BC4D;
}
.TagClassName
{
border-color: #F4BC4D;
}
</style>