Shades of Cream Can #F4BC58
Tints of Cream Can #F4BC58
RGB
CMYK
RGB Variations
Color information
#F4BC58 (or 0xF4BC58) is known color: Cream Can. HEX triplet: F4, BC and 58. RGB value is (244,188,88). Sum of RGB (Red+Green+Blue) = 244+188+88=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC58 is #0B43A7. Grayscale: #C1C1C1. Windows color (decimal): -738216 or 5815540. OLE color: 5815540.
HSL color Cylindrical-coordinate representation of color #F4BC58: hue angle of 38.46º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F4BC58 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 88 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.04 |
| HSL | 38.46º | 0.88% | 0.65% | - |
| HSV(B) | 38.46º | 0.64% | 0.96% | - |
| XYZ | 57.05 | 55.9 | 17.02 | - |
| YUV | 193.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 88 | 0 | 0.23 | 0.64 | 0.04 | 38.46 | 0.88 | 0.65 |
| Hex | F4 | BC | 58 | 0 | 17 | 40 | 4 | 26 | 58 | 41 |
| Octal | 364 | 274 | 130 | 0 | 27 | 100 | 4 | 46 | 130 | 101 |
| Binary | 11110100 | 10111100 | 1011000 | 0 | 10111 | 1000000 | 100 | 100110 | 1011000 | 1000001 |
Color Harmonies of #F4BC58
Complementary color
Monochromatic Colors of #F4BC58
Black with #F4BC58
Text Example
Text Example
White with #F4BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC58; }
p { color: rgb(244,188,88); }
H1.HeaderClassName
{
color: #F4BC58;
}
.AnyTagClassName
{
color: #F4BC58;
}
</style>
background-color css
<style>
a { background-color: #F4BC58; }
a { background-color: rgb(244,188,88); }
div.DivClassName
{
background-color: #F4BC58;
}
.BgClassName
{
background-color: #F4BC58;
}
</style>
border-color css
<style>
span { border-color: #F4BC58; }
span { border-color: rgb(244,188,88); }
td.TdClassName
{
border-color: #F4BC58;
}
.TagClassName
{
border-color: #F4BC58;
}
</style>