Shades of Cream Can #F2B949
Tints of Cream Can #F2B949
RGB
CMYK
RGB Variations
Color information
#F2B949 (or 0xF2B949) is known color: Cream Can. HEX triplet: F2, B9 and 49. RGB value is (242,185,73). Sum of RGB (Red+Green+Blue) = 242+185+73=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B949 is #0D46B6. Grayscale: #BDBDBD. Windows color (decimal): -870071 or 4831730. OLE color: 4831730.
HSL color Cylindrical-coordinate representation of color #F2B949: hue angle of 39.76º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2B949 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 73 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.05 |
| HSL | 39.76º | 0.87% | 0.62% | - |
| HSV(B) | 39.76º | 0.7% | 0.95% | - |
| XYZ | 55.17 | 54.06 | 13.83 | - |
| YUV | 189.28 | 62.38 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 73 | 0 | 0.24 | 0.70 | 0.05 | 39.76 | 0.87 | 0.62 |
| Hex | F2 | B9 | 49 | 0 | 18 | 46 | 5 | 28 | 57 | 3E |
| Octal | 362 | 271 | 111 | 0 | 30 | 106 | 5 | 50 | 127 | 76 |
| Binary | 11110010 | 10111001 | 1001001 | 0 | 11000 | 1000110 | 101 | 101000 | 1010111 | 111110 |
Color Harmonies of #F2B949
Complementary color
Monochromatic Colors of #F2B949
Black with #F2B949
Text Example
Text Example
White with #F2B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B949; }
p { color: rgb(242,185,73); }
H1.HeaderClassName
{
color: #F2B949;
}
.AnyTagClassName
{
color: #F2B949;
}
</style>
background-color css
<style>
a { background-color: #F2B949; }
a { background-color: rgb(242,185,73); }
div.DivClassName
{
background-color: #F2B949;
}
.BgClassName
{
background-color: #F2B949;
}
</style>
border-color css
<style>
span { border-color: #F2B949; }
span { border-color: rgb(242,185,73); }
td.TdClassName
{
border-color: #F2B949;
}
.TagClassName
{
border-color: #F2B949;
}
</style>