Shades of Cream Can #F2C456
Tints of Cream Can #F2C456
RGB
CMYK
RGB Variations
Color information
#F2C456 (or 0xF2C456) is known color: Cream Can. HEX triplet: F2, C4 and 56. RGB value is (242,196,86). Sum of RGB (Red+Green+Blue) = 242+196+86=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C456 is #0D3BA9. Grayscale: #C5C5C5. Windows color (decimal): -867242 or 5686514. OLE color: 5686514.
HSL color Cylindrical-coordinate representation of color #F2C456: hue angle of 42.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2C456 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.05 |
| HSL | 42.31º | 0.86% | 0.64% | - |
| HSV(B) | 42.31º | 0.64% | 0.95% | - |
| XYZ | 58.04 | 59.03 | 17.14 | - |
| YUV | 197.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 86 | 0 | 0.19 | 0.64 | 0.05 | 42.31 | 0.86 | 0.64 |
| Hex | F2 | C4 | 56 | 0 | 13 | 40 | 5 | 2A | 56 | 40 |
| Octal | 362 | 304 | 126 | 0 | 23 | 100 | 5 | 52 | 126 | 100 |
| Binary | 11110010 | 11000100 | 1010110 | 0 | 10011 | 1000000 | 101 | 101010 | 1010110 | 1000000 |
Color Harmonies of #F2C456
Complementary color
Monochromatic Colors of #F2C456
Black with #F2C456
Text Example
Text Example
White with #F2C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C456; }
p { color: rgb(242,196,86); }
H1.HeaderClassName
{
color: #F2C456;
}
.AnyTagClassName
{
color: #F2C456;
}
</style>
background-color css
<style>
a { background-color: #F2C456; }
a { background-color: rgb(242,196,86); }
div.DivClassName
{
background-color: #F2C456;
}
.BgClassName
{
background-color: #F2C456;
}
</style>
border-color css
<style>
span { border-color: #F2C456; }
span { border-color: rgb(242,196,86); }
td.TdClassName
{
border-color: #F2C456;
}
.TagClassName
{
border-color: #F2C456;
}
</style>