Shades of Cream Can #F6C246
Tints of Cream Can #F6C246
RGB
CMYK
RGB Variations
Color information
#F6C246 (or 0xF6C246) is known color: Cream Can. HEX triplet: F6, C2 and 46. RGB value is (246,194,70). Sum of RGB (Red+Green+Blue) = 246+194+70=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C246 is #093DB9. Grayscale: #C3C3C3. Windows color (decimal): -605626 or 4637430. OLE color: 4637430.
HSL color Cylindrical-coordinate representation of color #F6C246: hue angle of 42.27º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6C246 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 70 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.04 |
| HSL | 42.27º | 0.91% | 0.62% | - |
| HSV(B) | 42.27º | 0.72% | 0.96% | - |
| XYZ | 58.4 | 58.62 | 14.03 | - |
| YUV | 195.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 70 | 0 | 0.21 | 0.72 | 0.04 | 42.27 | 0.91 | 0.62 |
| Hex | F6 | C2 | 46 | 0 | 15 | 48 | 4 | 2A | 5B | 3E |
| Octal | 366 | 302 | 106 | 0 | 25 | 110 | 4 | 52 | 133 | 76 |
| Binary | 11110110 | 11000010 | 1000110 | 0 | 10101 | 1001000 | 100 | 101010 | 1011011 | 111110 |
Color Harmonies of #F6C246
Complementary color
Monochromatic Colors of #F6C246
Black with #F6C246
Text Example
Text Example
White with #F6C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C246; }
p { color: rgb(246,194,70); }
H1.HeaderClassName
{
color: #F6C246;
}
.AnyTagClassName
{
color: #F6C246;
}
</style>
background-color css
<style>
a { background-color: #F6C246; }
a { background-color: rgb(246,194,70); }
div.DivClassName
{
background-color: #F6C246;
}
.BgClassName
{
background-color: #F6C246;
}
</style>
border-color css
<style>
span { border-color: #F6C246; }
span { border-color: rgb(246,194,70); }
td.TdClassName
{
border-color: #F6C246;
}
.TagClassName
{
border-color: #F6C246;
}
</style>