Shades of Cream Can #F6C44F
Tints of Cream Can #F6C44F
RGB
CMYK
RGB Variations
Color information
#F6C44F (or 0xF6C44F) is known color: Cream Can. HEX triplet: F6, C4 and 4F. RGB value is (246,196,79). Sum of RGB (Red+Green+Blue) = 246+196+79=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 79 (31.25% from 255 or 15.16% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C44F is #093BB0. Grayscale: #C6C6C6. Windows color (decimal): -605105 or 5227766. OLE color: 5227766.
HSL color Cylindrical-coordinate representation of color #F6C44F: hue angle of 42.04º 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 #F6C44F is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 79 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.04 |
| HSL | 42.04º | 0.9% | 0.64% | - |
| HSV(B) | 42.04º | 0.68% | 0.96% | - |
| XYZ | 59.16 | 59.64 | 15.79 | - |
| YUV | 197.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 79 | 0 | 0.20 | 0.68 | 0.04 | 42.04 | 0.9 | 0.64 |
| Hex | F6 | C4 | 4F | 0 | 14 | 44 | 4 | 2A | 5A | 40 |
| Octal | 366 | 304 | 117 | 0 | 24 | 104 | 4 | 52 | 132 | 100 |
| Binary | 11110110 | 11000100 | 1001111 | 0 | 10100 | 1000100 | 100 | 101010 | 1011010 | 1000000 |
Color Harmonies of #F6C44F
Complementary color
Monochromatic Colors of #F6C44F
Black with #F6C44F
Text Example
Text Example
White with #F6C44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C44F; }
p { color: rgb(246,196,79); }
H1.HeaderClassName
{
color: #F6C44F;
}
.AnyTagClassName
{
color: #F6C44F;
}
</style>
background-color css
<style>
a { background-color: #F6C44F; }
a { background-color: rgb(246,196,79); }
div.DivClassName
{
background-color: #F6C44F;
}
.BgClassName
{
background-color: #F6C44F;
}
</style>
border-color css
<style>
span { border-color: #F6C44F; }
span { border-color: rgb(246,196,79); }
td.TdClassName
{
border-color: #F6C44F;
}
.TagClassName
{
border-color: #F6C44F;
}
</style>