Shades of Cream Can #F6C34F
Tints of Cream Can #F6C34F
RGB
CMYK
RGB Variations
Color information
#F6C34F (or 0xF6C34F) is known color: Cream Can. HEX triplet: F6, C3 and 4F. RGB value is (246,195,79). Sum of RGB (Red+Green+Blue) = 246+195+79=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C34F is #093CB0. Grayscale: #C5C5C5. Windows color (decimal): -605361 or 5227510. OLE color: 5227510.
HSL color Cylindrical-coordinate representation of color #F6C34F: hue angle of 41.68º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6C34F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 79 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.04 |
| HSL | 41.68º | 0.9% | 0.64% | - |
| HSV(B) | 41.68º | 0.68% | 0.96% | - |
| XYZ | 58.93 | 59.19 | 15.72 | - |
| YUV | 197.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 79 | 0 | 0.21 | 0.68 | 0.04 | 41.68 | 0.9 | 0.64 |
| Hex | F6 | C3 | 4F | 0 | 15 | 44 | 4 | 2A | 5A | 40 |
| Octal | 366 | 303 | 117 | 0 | 25 | 104 | 4 | 52 | 132 | 100 |
| Binary | 11110110 | 11000011 | 1001111 | 0 | 10101 | 1000100 | 100 | 101010 | 1011010 | 1000000 |
Color Harmonies of #F6C34F
Complementary color
Monochromatic Colors of #F6C34F
Black with #F6C34F
Text Example
Text Example
White with #F6C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C34F; }
p { color: rgb(246,195,79); }
H1.HeaderClassName
{
color: #F6C34F;
}
.AnyTagClassName
{
color: #F6C34F;
}
</style>
background-color css
<style>
a { background-color: #F6C34F; }
a { background-color: rgb(246,195,79); }
div.DivClassName
{
background-color: #F6C34F;
}
.BgClassName
{
background-color: #F6C34F;
}
</style>
border-color css
<style>
span { border-color: #F6C34F; }
span { border-color: rgb(246,195,79); }
td.TdClassName
{
border-color: #F6C34F;
}
.TagClassName
{
border-color: #F6C34F;
}
</style>