Shades of Cream Can #F2C459
Tints of Cream Can #F2C459
RGB
CMYK
RGB Variations
Color information
#F2C459 (or 0xF2C459) is known color: Cream Can. HEX triplet: F2, C4 and 59. RGB value is (242,196,89). Sum of RGB (Red+Green+Blue) = 242+196+89=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C459 is #0D3BA6. Grayscale: #C6C6C6. Windows color (decimal): -867239 or 5883122. OLE color: 5883122.
HSL color Cylindrical-coordinate representation of color #F2C459: hue angle of 41.96º 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 #F2C459 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 89 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.05 |
| HSL | 41.96º | 0.85% | 0.65% | - |
| HSV(B) | 41.96º | 0.63% | 0.95% | - |
| XYZ | 58.16 | 59.08 | 17.79 | - |
| YUV | 197.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 89 | 0 | 0.19 | 0.63 | 0.05 | 41.96 | 0.85 | 0.65 |
| Hex | F2 | C4 | 59 | 0 | 13 | 3F | 5 | 2A | 55 | 41 |
| Octal | 362 | 304 | 131 | 0 | 23 | 77 | 5 | 52 | 125 | 101 |
| Binary | 11110010 | 11000100 | 1011001 | 0 | 10011 | 111111 | 101 | 101010 | 1010101 | 1000001 |
Color Harmonies of #F2C459
Complementary color
Monochromatic Colors of #F2C459
Black with #F2C459
Text Example
Text Example
White with #F2C459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C459; }
p { color: rgb(242,196,89); }
H1.HeaderClassName
{
color: #F2C459;
}
.AnyTagClassName
{
color: #F2C459;
}
</style>
background-color css
<style>
a { background-color: #F2C459; }
a { background-color: rgb(242,196,89); }
div.DivClassName
{
background-color: #F2C459;
}
.BgClassName
{
background-color: #F2C459;
}
</style>
border-color css
<style>
span { border-color: #F2C459; }
span { border-color: rgb(242,196,89); }
td.TdClassName
{
border-color: #F2C459;
}
.TagClassName
{
border-color: #F2C459;
}
</style>