Shades of Cream Can #F4C156
Tints of Cream Can #F4C156
RGB
CMYK
RGB Variations
Color information
#F4C156 (or 0xF4C156) is known color: Cream Can. HEX triplet: F4, C1 and 56. RGB value is (244,193,86). Sum of RGB (Red+Green+Blue) = 244+193+86=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C156 is #0B3EA9. Grayscale: #C4C4C4. Windows color (decimal): -736938 or 5685748. OLE color: 5685748.
HSL color Cylindrical-coordinate representation of color #F4C156: hue angle of 40.63º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4C156 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 86 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.04 |
| HSL | 40.63º | 0.88% | 0.65% | - |
| HSV(B) | 40.63º | 0.65% | 0.96% | - |
| XYZ | 58.06 | 58.04 | 16.95 | - |
| YUV | 196.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 86 | 0 | 0.21 | 0.65 | 0.04 | 40.63 | 0.88 | 0.65 |
| Hex | F4 | C1 | 56 | 0 | 15 | 41 | 4 | 29 | 58 | 41 |
| Octal | 364 | 301 | 126 | 0 | 25 | 101 | 4 | 51 | 130 | 101 |
| Binary | 11110100 | 11000001 | 1010110 | 0 | 10101 | 1000001 | 100 | 101001 | 1011000 | 1000001 |
Color Harmonies of #F4C156
Complementary color
Monochromatic Colors of #F4C156
Black with #F4C156
Text Example
Text Example
White with #F4C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C156; }
p { color: rgb(244,193,86); }
H1.HeaderClassName
{
color: #F4C156;
}
.AnyTagClassName
{
color: #F4C156;
}
</style>
background-color css
<style>
a { background-color: #F4C156; }
a { background-color: rgb(244,193,86); }
div.DivClassName
{
background-color: #F4C156;
}
.BgClassName
{
background-color: #F4C156;
}
</style>
border-color css
<style>
span { border-color: #F4C156; }
span { border-color: rgb(244,193,86); }
td.TdClassName
{
border-color: #F4C156;
}
.TagClassName
{
border-color: #F4C156;
}
</style>