Shades of Cream Can #F0BD49
Tints of Cream Can #F0BD49
RGB
CMYK
RGB Variations
Color information
#F0BD49 (or 0xF0BD49) is known color: Cream Can. HEX triplet: F0, BD and 49. RGB value is (240,189,73). Sum of RGB (Red+Green+Blue) = 240+189+73=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BD49 is #0F42B6. Grayscale: #BFBFBF. Windows color (decimal): -1000119 or 4832752. OLE color: 4832752.
HSL color Cylindrical-coordinate representation of color #F0BD49: hue angle of 41.68º 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 #F0BD49 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 73 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.06 |
| HSL | 41.68º | 0.85% | 0.61% | - |
| HSV(B) | 41.68º | 0.7% | 0.94% | - |
| XYZ | 55.34 | 55.4 | 14.08 | - |
| YUV | 191.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 73 | 0 | 0.21 | 0.70 | 0.06 | 41.68 | 0.85 | 0.61 |
| Hex | F0 | BD | 49 | 0 | 15 | 46 | 6 | 2A | 55 | 3D |
| Octal | 360 | 275 | 111 | 0 | 25 | 106 | 6 | 52 | 125 | 75 |
| Binary | 11110000 | 10111101 | 1001001 | 0 | 10101 | 1000110 | 110 | 101010 | 1010101 | 111101 |
Color Harmonies of #F0BD49
Complementary color
Monochromatic Colors of #F0BD49
Black with #F0BD49
Text Example
Text Example
White with #F0BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD49; }
p { color: rgb(240,189,73); }
H1.HeaderClassName
{
color: #F0BD49;
}
.AnyTagClassName
{
color: #F0BD49;
}
</style>
background-color css
<style>
a { background-color: #F0BD49; }
a { background-color: rgb(240,189,73); }
div.DivClassName
{
background-color: #F0BD49;
}
.BgClassName
{
background-color: #F0BD49;
}
</style>
border-color css
<style>
span { border-color: #F0BD49; }
span { border-color: rgb(240,189,73); }
td.TdClassName
{
border-color: #F0BD49;
}
.TagClassName
{
border-color: #F0BD49;
}
</style>