Shades of Cream Can #F2C556
Tints of Cream Can #F2C556
RGB
CMYK
RGB Variations
Color information
#F2C556 (or 0xF2C556) is known color: Cream Can. HEX triplet: F2, C5 and 56. RGB value is (242,197,86). Sum of RGB (Red+Green+Blue) = 242+197+86=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C556 is #0D3AA9. Grayscale: #C6C6C6. Windows color (decimal): -866986 or 5686770. OLE color: 5686770.
HSL color Cylindrical-coordinate representation of color #F2C556: hue angle of 42.69º 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 #F2C556 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.05 |
| HSL | 42.69º | 0.86% | 0.64% | - |
| HSV(B) | 42.69º | 0.64% | 0.95% | - |
| XYZ | 58.26 | 59.48 | 17.21 | - |
| YUV | 197.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 86 | 0 | 0.19 | 0.64 | 0.05 | 42.69 | 0.86 | 0.64 |
| Hex | F2 | C5 | 56 | 0 | 13 | 40 | 5 | 2B | 56 | 40 |
| Octal | 362 | 305 | 126 | 0 | 23 | 100 | 5 | 53 | 126 | 100 |
| Binary | 11110010 | 11000101 | 1010110 | 0 | 10011 | 1000000 | 101 | 101011 | 1010110 | 1000000 |
Color Harmonies of #F2C556
Complementary color
Monochromatic Colors of #F2C556
Black with #F2C556
Text Example
Text Example
White with #F2C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C556; }
p { color: rgb(242,197,86); }
H1.HeaderClassName
{
color: #F2C556;
}
.AnyTagClassName
{
color: #F2C556;
}
</style>
background-color css
<style>
a { background-color: #F2C556; }
a { background-color: rgb(242,197,86); }
div.DivClassName
{
background-color: #F2C556;
}
.BgClassName
{
background-color: #F2C556;
}
</style>
border-color css
<style>
span { border-color: #F2C556; }
span { border-color: rgb(242,197,86); }
td.TdClassName
{
border-color: #F2C556;
}
.TagClassName
{
border-color: #F2C556;
}
</style>