Shades of Cream Can #F6C446
Tints of Cream Can #F6C446
RGB
CMYK
RGB Variations
Color information
#F6C446 (or 0xF6C446) is known color: Cream Can. HEX triplet: F6, C4 and 46. RGB value is (246,196,70). Sum of RGB (Red+Green+Blue) = 246+196+70=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C446 is #093BB9. Grayscale: #C5C5C5. Windows color (decimal): -605114 or 4637942. OLE color: 4637942.
HSL color Cylindrical-coordinate representation of color #F6C446: hue angle of 42.95º 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 #F6C446 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 70 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.04 |
| HSL | 42.95º | 0.91% | 0.62% | - |
| HSV(B) | 42.95º | 0.72% | 0.96% | - |
| XYZ | 58.85 | 59.51 | 14.18 | - |
| YUV | 196.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 70 | 0 | 0.20 | 0.72 | 0.04 | 42.95 | 0.91 | 0.62 |
| Hex | F6 | C4 | 46 | 0 | 14 | 48 | 4 | 2B | 5B | 3E |
| Octal | 366 | 304 | 106 | 0 | 24 | 110 | 4 | 53 | 133 | 76 |
| Binary | 11110110 | 11000100 | 1000110 | 0 | 10100 | 1001000 | 100 | 101011 | 1011011 | 111110 |
Color Harmonies of #F6C446
Complementary color
Monochromatic Colors of #F6C446
Black with #F6C446
Text Example
Text Example
White with #F6C446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C446; }
p { color: rgb(246,196,70); }
H1.HeaderClassName
{
color: #F6C446;
}
.AnyTagClassName
{
color: #F6C446;
}
</style>
background-color css
<style>
a { background-color: #F6C446; }
a { background-color: rgb(246,196,70); }
div.DivClassName
{
background-color: #F6C446;
}
.BgClassName
{
background-color: #F6C446;
}
</style>
border-color css
<style>
span { border-color: #F6C446; }
span { border-color: rgb(246,196,70); }
td.TdClassName
{
border-color: #F6C446;
}
.TagClassName
{
border-color: #F6C446;
}
</style>