Shades of Cream Can #F0BB4C
Tints of Cream Can #F0BB4C
RGB
CMYK
RGB Variations
Color information
#F0BB4C (or 0xF0BB4C) is known color: Cream Can. HEX triplet: F0, BB and 4C. RGB value is (240,187,76). Sum of RGB (Red+Green+Blue) = 240+187+76=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BB4C is #0F44B3. Grayscale: #BEBEBE. Windows color (decimal): -1000628 or 5028848. OLE color: 5028848.
HSL color Cylindrical-coordinate representation of color #F0BB4C: hue angle of 40.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0BB4C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 76 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.06 |
| HSL | 40.61º | 0.85% | 0.62% | - |
| HSV(B) | 40.61º | 0.68% | 0.94% | - |
| XYZ | 55.01 | 54.59 | 14.47 | - |
| YUV | 190.19 | 63.56 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 76 | 0 | 0.22 | 0.68 | 0.06 | 40.61 | 0.85 | 0.62 |
| Hex | F0 | BB | 4C | 0 | 16 | 44 | 6 | 29 | 55 | 3E |
| Octal | 360 | 273 | 114 | 0 | 26 | 104 | 6 | 51 | 125 | 76 |
| Binary | 11110000 | 10111011 | 1001100 | 0 | 10110 | 1000100 | 110 | 101001 | 1010101 | 111110 |
Color Harmonies of #F0BB4C
Complementary color
Monochromatic Colors of #F0BB4C
Black with #F0BB4C
Text Example
Text Example
White with #F0BB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB4C; }
p { color: rgb(240,187,76); }
H1.HeaderClassName
{
color: #F0BB4C;
}
.AnyTagClassName
{
color: #F0BB4C;
}
</style>
background-color css
<style>
a { background-color: #F0BB4C; }
a { background-color: rgb(240,187,76); }
div.DivClassName
{
background-color: #F0BB4C;
}
.BgClassName
{
background-color: #F0BB4C;
}
</style>
border-color css
<style>
span { border-color: #F0BB4C; }
span { border-color: rgb(240,187,76); }
td.TdClassName
{
border-color: #F0BB4C;
}
.TagClassName
{
border-color: #F0BB4C;
}
</style>