Shades of Cream Can #F6C64C
Tints of Cream Can #F6C64C
RGB
CMYK
RGB Variations
Color information
#F6C64C (or 0xF6C64C) is known color: Cream Can. HEX triplet: F6, C6 and 4C. RGB value is (246,198,76). Sum of RGB (Red+Green+Blue) = 246+198+76=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C64C is #0939B3. Grayscale: #C6C6C6. Windows color (decimal): -604596 or 5031670. OLE color: 5031670.
HSL color Cylindrical-coordinate representation of color #F6C64C: hue angle of 43.06º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6C64C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 76 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.04 |
| HSL | 43.06º | 0.9% | 0.63% | - |
| HSV(B) | 43.06º | 0.69% | 0.96% | - |
| XYZ | 59.5 | 60.5 | 15.38 | - |
| YUV | 198.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 76 | 0 | 0.20 | 0.69 | 0.04 | 43.06 | 0.9 | 0.63 |
| Hex | F6 | C6 | 4C | 0 | 14 | 45 | 4 | 2B | 5A | 3F |
| Octal | 366 | 306 | 114 | 0 | 24 | 105 | 4 | 53 | 132 | 77 |
| Binary | 11110110 | 11000110 | 1001100 | 0 | 10100 | 1000101 | 100 | 101011 | 1011010 | 111111 |
Color Harmonies of #F6C64C
Complementary color
Monochromatic Colors of #F6C64C
Black with #F6C64C
Text Example
Text Example
White with #F6C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C64C; }
p { color: rgb(246,198,76); }
H1.HeaderClassName
{
color: #F6C64C;
}
.AnyTagClassName
{
color: #F6C64C;
}
</style>
background-color css
<style>
a { background-color: #F6C64C; }
a { background-color: rgb(246,198,76); }
div.DivClassName
{
background-color: #F6C64C;
}
.BgClassName
{
background-color: #F6C64C;
}
</style>
border-color css
<style>
span { border-color: #F6C64C; }
span { border-color: rgb(246,198,76); }
td.TdClassName
{
border-color: #F6C64C;
}
.TagClassName
{
border-color: #F6C64C;
}
</style>