Shades of Cream Can #F2C060
Tints of Cream Can #F2C060
RGB
CMYK
RGB Variations
Color information
#F2C060 (or 0xF2C060) is known color: Cream Can. HEX triplet: F2, C0 and 60. RGB value is (242,192,96). Sum of RGB (Red+Green+Blue) = 242+192+96=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C060 is #0D3F9F. Grayscale: #C4C4C4. Windows color (decimal): -868256 or 6340850. OLE color: 6340850.
HSL color Cylindrical-coordinate representation of color #F2C060: hue angle of 39.45º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2C060 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 96 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.05 |
| HSL | 39.45º | 0.85% | 0.66% | - |
| HSV(B) | 39.45º | 0.6% | 0.95% | - |
| XYZ | 57.58 | 57.42 | 19.11 | - |
| YUV | 196.01 | 71.57 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 96 | 0 | 0.21 | 0.60 | 0.05 | 39.45 | 0.85 | 0.66 |
| Hex | F2 | C0 | 60 | 0 | 15 | 3C | 5 | 27 | 55 | 42 |
| Octal | 362 | 300 | 140 | 0 | 25 | 74 | 5 | 47 | 125 | 102 |
| Binary | 11110010 | 11000000 | 1100000 | 0 | 10101 | 111100 | 101 | 100111 | 1010101 | 1000010 |
Color Harmonies of #F2C060
Complementary color
Monochromatic Colors of #F2C060
Black with #F2C060
Text Example
Text Example
White with #F2C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C060; }
p { color: rgb(242,192,96); }
H1.HeaderClassName
{
color: #F2C060;
}
.AnyTagClassName
{
color: #F2C060;
}
</style>
background-color css
<style>
a { background-color: #F2C060; }
a { background-color: rgb(242,192,96); }
div.DivClassName
{
background-color: #F2C060;
}
.BgClassName
{
background-color: #F2C060;
}
</style>
border-color css
<style>
span { border-color: #F2C060; }
span { border-color: rgb(242,192,96); }
td.TdClassName
{
border-color: #F2C060;
}
.TagClassName
{
border-color: #F2C060;
}
</style>