Shades of Cream Can #F6C74F
Tints of Cream Can #F6C74F
RGB
CMYK
RGB Variations
Color information
#F6C74F (or 0xF6C74F) is known color: Cream Can. HEX triplet: F6, C7 and 4F. RGB value is (246,199,79). Sum of RGB (Red+Green+Blue) = 246+199+79=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C74F is #0938B0. Grayscale: #C7C7C7. Windows color (decimal): -604337 or 5228534. OLE color: 5228534.
HSL color Cylindrical-coordinate representation of color #F6C74F: hue angle of 43.11º 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 #F6C74F is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 79 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.04 |
| HSL | 43.11º | 0.9% | 0.64% | - |
| HSV(B) | 43.11º | 0.68% | 0.96% | - |
| XYZ | 59.84 | 61 | 16.02 | - |
| YUV | 199.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 79 | 0 | 0.19 | 0.68 | 0.04 | 43.11 | 0.9 | 0.64 |
| Hex | F6 | C7 | 4F | 0 | 13 | 44 | 4 | 2B | 5A | 40 |
| Octal | 366 | 307 | 117 | 0 | 23 | 104 | 4 | 53 | 132 | 100 |
| Binary | 11110110 | 11000111 | 1001111 | 0 | 10011 | 1000100 | 100 | 101011 | 1011010 | 1000000 |
Color Harmonies of #F6C74F
Complementary color
Monochromatic Colors of #F6C74F
Black with #F6C74F
Text Example
Text Example
White with #F6C74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C74F; }
p { color: rgb(246,199,79); }
H1.HeaderClassName
{
color: #F6C74F;
}
.AnyTagClassName
{
color: #F6C74F;
}
</style>
background-color css
<style>
a { background-color: #F6C74F; }
a { background-color: rgb(246,199,79); }
div.DivClassName
{
background-color: #F6C74F;
}
.BgClassName
{
background-color: #F6C74F;
}
</style>
border-color css
<style>
span { border-color: #F6C74F; }
span { border-color: rgb(246,199,79); }
td.TdClassName
{
border-color: #F6C74F;
}
.TagClassName
{
border-color: #F6C74F;
}
</style>