Shades of Cream Can #F6C248
Tints of Cream Can #F6C248
RGB
CMYK
RGB Variations
Color information
#F6C248 (or 0xF6C248) is known color: Cream Can. HEX triplet: F6, C2 and 48. RGB value is (246,194,72). Sum of RGB (Red+Green+Blue) = 246+194+72=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C248 is #093DB7. Grayscale: #C4C4C4. Windows color (decimal): -605624 or 4768502. OLE color: 4768502.
HSL color Cylindrical-coordinate representation of color #F6C248: hue angle of 42.07º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F6C248 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 72 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.04 |
| HSL | 42.07º | 0.91% | 0.62% | - |
| HSV(B) | 42.07º | 0.71% | 0.96% | - |
| XYZ | 58.47 | 58.64 | 14.37 | - |
| YUV | 195.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 72 | 0 | 0.21 | 0.71 | 0.04 | 42.07 | 0.91 | 0.62 |
| Hex | F6 | C2 | 48 | 0 | 15 | 47 | 4 | 2A | 5B | 3E |
| Octal | 366 | 302 | 110 | 0 | 25 | 107 | 4 | 52 | 133 | 76 |
| Binary | 11110110 | 11000010 | 1001000 | 0 | 10101 | 1000111 | 100 | 101010 | 1011011 | 111110 |
Color Harmonies of #F6C248
Complementary color
Monochromatic Colors of #F6C248
Black with #F6C248
Text Example
Text Example
White with #F6C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C248; }
p { color: rgb(246,194,72); }
H1.HeaderClassName
{
color: #F6C248;
}
.AnyTagClassName
{
color: #F6C248;
}
</style>
background-color css
<style>
a { background-color: #F6C248; }
a { background-color: rgb(246,194,72); }
div.DivClassName
{
background-color: #F6C248;
}
.BgClassName
{
background-color: #F6C248;
}
</style>
border-color css
<style>
span { border-color: #F6C248; }
span { border-color: rgb(246,194,72); }
td.TdClassName
{
border-color: #F6C248;
}
.TagClassName
{
border-color: #F6C248;
}
</style>