Shades of Cream Can #F0BC47
Tints of Cream Can #F0BC47
RGB
CMYK
RGB Variations
Color information
#F0BC47 (or 0xF0BC47) is known color: Cream Can. HEX triplet: F0, BC and 47. RGB value is (240,188,71). Sum of RGB (Red+Green+Blue) = 240+188+71=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC47 is #0F43B8. Grayscale: #BEBEBE. Windows color (decimal): -1000377 or 4701424. OLE color: 4701424.
HSL color Cylindrical-coordinate representation of color #F0BC47: hue angle of 41.54º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0BC47 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 71 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.06 |
| HSL | 41.54º | 0.85% | 0.61% | - |
| HSV(B) | 41.54º | 0.7% | 0.94% | - |
| XYZ | 55.06 | 54.95 | 13.67 | - |
| YUV | 190.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 71 | 0 | 0.22 | 0.70 | 0.06 | 41.54 | 0.85 | 0.61 |
| Hex | F0 | BC | 47 | 0 | 16 | 46 | 6 | 2A | 55 | 3D |
| Octal | 360 | 274 | 107 | 0 | 26 | 106 | 6 | 52 | 125 | 75 |
| Binary | 11110000 | 10111100 | 1000111 | 0 | 10110 | 1000110 | 110 | 101010 | 1010101 | 111101 |
Color Harmonies of #F0BC47
Complementary color
Monochromatic Colors of #F0BC47
Black with #F0BC47
Text Example
Text Example
White with #F0BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC47; }
p { color: rgb(240,188,71); }
H1.HeaderClassName
{
color: #F0BC47;
}
.AnyTagClassName
{
color: #F0BC47;
}
</style>
background-color css
<style>
a { background-color: #F0BC47; }
a { background-color: rgb(240,188,71); }
div.DivClassName
{
background-color: #F0BC47;
}
.BgClassName
{
background-color: #F0BC47;
}
</style>
border-color css
<style>
span { border-color: #F0BC47; }
span { border-color: rgb(240,188,71); }
td.TdClassName
{
border-color: #F0BC47;
}
.TagClassName
{
border-color: #F0BC47;
}
</style>