Shades of Cream Can #F0BC54
Tints of Cream Can #F0BC54
RGB
CMYK
RGB Variations
Color information
#F0BC54 (or 0xF0BC54) is known color: Cream Can. HEX triplet: F0, BC and 54. RGB value is (240,188,84). Sum of RGB (Red+Green+Blue) = 240+188+84=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC54 is #0F43AB. Grayscale: #C0C0C0. Windows color (decimal): -1000364 or 5553392. OLE color: 5553392.
HSL color Cylindrical-coordinate representation of color #F0BC54: hue angle of 40º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0BC54 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 84 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.06 |
| HSL | 40º | 0.84% | 0.64% | - |
| HSV(B) | 40º | 0.65% | 0.94% | - |
| XYZ | 55.52 | 55.13 | 16.1 | - |
| YUV | 191.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 84 | 0 | 0.22 | 0.65 | 0.06 | 40 | 0.84 | 0.64 |
| Hex | F0 | BC | 54 | 0 | 16 | 41 | 6 | 28 | 54 | 40 |
| Octal | 360 | 274 | 124 | 0 | 26 | 101 | 6 | 50 | 124 | 100 |
| Binary | 11110000 | 10111100 | 1010100 | 0 | 10110 | 1000001 | 110 | 101000 | 1010100 | 1000000 |
Color Harmonies of #F0BC54
Complementary color
Monochromatic Colors of #F0BC54
Black with #F0BC54
Text Example
Text Example
White with #F0BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC54; }
p { color: rgb(240,188,84); }
H1.HeaderClassName
{
color: #F0BC54;
}
.AnyTagClassName
{
color: #F0BC54;
}
</style>
background-color css
<style>
a { background-color: #F0BC54; }
a { background-color: rgb(240,188,84); }
div.DivClassName
{
background-color: #F0BC54;
}
.BgClassName
{
background-color: #F0BC54;
}
</style>
border-color css
<style>
span { border-color: #F0BC54; }
span { border-color: rgb(240,188,84); }
td.TdClassName
{
border-color: #F0BC54;
}
.TagClassName
{
border-color: #F0BC54;
}
</style>