Shades of Cream Can #F2C659
Tints of Cream Can #F2C659
RGB
CMYK
RGB Variations
Color information
#F2C659 (or 0xF2C659) is known color: Cream Can. HEX triplet: F2, C6 and 59. RGB value is (242,198,89). Sum of RGB (Red+Green+Blue) = 242+198+89=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C659 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C659 is #0D39A6. Grayscale: #C7C7C7. Windows color (decimal): -866727 or 5883634. OLE color: 5883634.
HSL color Cylindrical-coordinate representation of color #F2C659: hue angle of 42.75º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2C659 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 89 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.05 |
| HSL | 42.75º | 0.85% | 0.65% | - |
| HSV(B) | 42.75º | 0.63% | 0.95% | - |
| XYZ | 58.62 | 59.99 | 17.94 | - |
| YUV | 198.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 89 | 0 | 0.18 | 0.63 | 0.05 | 42.75 | 0.85 | 0.65 |
| Hex | F2 | C6 | 59 | 0 | 12 | 3F | 5 | 2B | 55 | 41 |
| Octal | 362 | 306 | 131 | 0 | 22 | 77 | 5 | 53 | 125 | 101 |
| Binary | 11110010 | 11000110 | 1011001 | 0 | 10010 | 111111 | 101 | 101011 | 1010101 | 1000001 |
Color Harmonies of #F2C659
Complementary color
Monochromatic Colors of #F2C659
Black with #F2C659
Text Example
Text Example
White with #F2C659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C659; }
p { color: rgb(242,198,89); }
H1.HeaderClassName
{
color: #F2C659;
}
.AnyTagClassName
{
color: #F2C659;
}
</style>
background-color css
<style>
a { background-color: #F2C659; }
a { background-color: rgb(242,198,89); }
div.DivClassName
{
background-color: #F2C659;
}
.BgClassName
{
background-color: #F2C659;
}
</style>
border-color css
<style>
span { border-color: #F2C659; }
span { border-color: rgb(242,198,89); }
td.TdClassName
{
border-color: #F2C659;
}
.TagClassName
{
border-color: #F2C659;
}
</style>