Shades of Cream Can #F6C256
Tints of Cream Can #F6C256
RGB
CMYK
RGB Variations
Color information
#F6C256 (or 0xF6C256) is known color: Cream Can. HEX triplet: F6, C2 and 56. RGB value is (246,194,86). Sum of RGB (Red+Green+Blue) = 246+194+86=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C256 is #093DA9. Grayscale: #C5C5C5. Windows color (decimal): -605610 or 5686006. OLE color: 5686006.
HSL color Cylindrical-coordinate representation of color #F6C256: hue angle of 40.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6C256 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 86 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.04 |
| HSL | 40.5º | 0.9% | 0.65% | - |
| HSV(B) | 40.5º | 0.65% | 0.96% | - |
| XYZ | 58.98 | 58.85 | 17.05 | - |
| YUV | 197.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 86 | 0 | 0.21 | 0.65 | 0.04 | 40.5 | 0.9 | 0.65 |
| Hex | F6 | C2 | 56 | 0 | 15 | 41 | 4 | 28 | 5A | 41 |
| Octal | 366 | 302 | 126 | 0 | 25 | 101 | 4 | 50 | 132 | 101 |
| Binary | 11110110 | 11000010 | 1010110 | 0 | 10101 | 1000001 | 100 | 101000 | 1011010 | 1000001 |
Color Harmonies of #F6C256
Complementary color
Monochromatic Colors of #F6C256
Black with #F6C256
Text Example
Text Example
White with #F6C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C256; }
p { color: rgb(246,194,86); }
H1.HeaderClassName
{
color: #F6C256;
}
.AnyTagClassName
{
color: #F6C256;
}
</style>
background-color css
<style>
a { background-color: #F6C256; }
a { background-color: rgb(246,194,86); }
div.DivClassName
{
background-color: #F6C256;
}
.BgClassName
{
background-color: #F6C256;
}
</style>
border-color css
<style>
span { border-color: #F6C256; }
span { border-color: rgb(246,194,86); }
td.TdClassName
{
border-color: #F6C256;
}
.TagClassName
{
border-color: #F6C256;
}
</style>