Shades of Cream Can #F0BB4D
Tints of Cream Can #F0BB4D
RGB
CMYK
RGB Variations
Color information
#F0BB4D (or 0xF0BB4D) is known color: Cream Can. HEX triplet: F0, BB and 4D. RGB value is (240,187,77). Sum of RGB (Red+Green+Blue) = 240+187+77=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB4D is #0F44B2. Grayscale: #BEBEBE. Windows color (decimal): -1000627 or 5094384. OLE color: 5094384.
HSL color Cylindrical-coordinate representation of color #F0BB4D: hue angle of 40.49º degrees, saturation: 0.84, 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 #F0BB4D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 77 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.06 |
| HSL | 40.49º | 0.84% | 0.62% | - |
| HSV(B) | 40.49º | 0.68% | 0.94% | - |
| XYZ | 55.05 | 54.6 | 14.66 | - |
| YUV | 190.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 77 | 0 | 0.22 | 0.68 | 0.06 | 40.49 | 0.84 | 0.62 |
| Hex | F0 | BB | 4D | 0 | 16 | 44 | 6 | 28 | 54 | 3E |
| Octal | 360 | 273 | 115 | 0 | 26 | 104 | 6 | 50 | 124 | 76 |
| Binary | 11110000 | 10111011 | 1001101 | 0 | 10110 | 1000100 | 110 | 101000 | 1010100 | 111110 |
Color Harmonies of #F0BB4D
Complementary color
Monochromatic Colors of #F0BB4D
Black with #F0BB4D
Text Example
Text Example
White with #F0BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB4D; }
p { color: rgb(240,187,77); }
H1.HeaderClassName
{
color: #F0BB4D;
}
.AnyTagClassName
{
color: #F0BB4D;
}
</style>
background-color css
<style>
a { background-color: #F0BB4D; }
a { background-color: rgb(240,187,77); }
div.DivClassName
{
background-color: #F0BB4D;
}
.BgClassName
{
background-color: #F0BB4D;
}
</style>
border-color css
<style>
span { border-color: #F0BB4D; }
span { border-color: rgb(240,187,77); }
td.TdClassName
{
border-color: #F0BB4D;
}
.TagClassName
{
border-color: #F0BB4D;
}
</style>