Shades of Cream Can #F7C64F
Tints of Cream Can #F7C64F
RGB
CMYK
RGB Variations
Color information
#F7C64F (or 0xF7C64F) is known color: Cream Can. HEX triplet: F7, C6 and 4F. RGB value is (247,198,79). Sum of RGB (Red+Green+Blue) = 247+198+79=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C64F is #0839B0. Grayscale: #C7C7C7. Windows color (decimal): -539057 or 5228279. OLE color: 5228279.
HSL color Cylindrical-coordinate representation of color #F7C64F: hue angle of 42.5º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7C64F is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 79 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.03 |
| HSL | 42.5º | 0.91% | 0.64% | - |
| HSV(B) | 42.5º | 0.68% | 0.97% | - |
| XYZ | 59.96 | 60.73 | 15.96 | - |
| YUV | 199.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 79 | 0 | 0.20 | 0.68 | 0.03 | 42.5 | 0.91 | 0.64 |
| Hex | F7 | C6 | 4F | 0 | 14 | 44 | 3 | 2A | 5B | 40 |
| Octal | 367 | 306 | 117 | 0 | 24 | 104 | 3 | 52 | 133 | 100 |
| Binary | 11110111 | 11000110 | 1001111 | 0 | 10100 | 1000100 | 11 | 101010 | 1011011 | 1000000 |
Color Harmonies of #F7C64F
Complementary color
Monochromatic Colors of #F7C64F
Black with #F7C64F
Text Example
Text Example
White with #F7C64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C64F; }
p { color: rgb(247,198,79); }
H1.HeaderClassName
{
color: #F7C64F;
}
.AnyTagClassName
{
color: #F7C64F;
}
</style>
background-color css
<style>
a { background-color: #F7C64F; }
a { background-color: rgb(247,198,79); }
div.DivClassName
{
background-color: #F7C64F;
}
.BgClassName
{
background-color: #F7C64F;
}
</style>
border-color css
<style>
span { border-color: #F7C64F; }
span { border-color: rgb(247,198,79); }
td.TdClassName
{
border-color: #F7C64F;
}
.TagClassName
{
border-color: #F7C64F;
}
</style>