Shades of Cream Can #F2C159
Tints of Cream Can #F2C159
RGB
CMYK
RGB Variations
Color information
#F2C159 (or 0xF2C159) is known color: Cream Can. HEX triplet: F2, C1 and 59. RGB value is (242,193,89). Sum of RGB (Red+Green+Blue) = 242+193+89=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C159 is #0D3EA6. Grayscale: #C4C4C4. Windows color (decimal): -868007 or 5882354. OLE color: 5882354.
HSL color Cylindrical-coordinate representation of color #F2C159: hue angle of 40.78º 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 #F2C159 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 89 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.05 |
| HSL | 40.78º | 0.85% | 0.65% | - |
| HSV(B) | 40.78º | 0.63% | 0.95% | - |
| XYZ | 57.49 | 57.74 | 17.57 | - |
| YUV | 195.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 89 | 0 | 0.20 | 0.63 | 0.05 | 40.78 | 0.85 | 0.65 |
| Hex | F2 | C1 | 59 | 0 | 14 | 3F | 5 | 29 | 55 | 41 |
| Octal | 362 | 301 | 131 | 0 | 24 | 77 | 5 | 51 | 125 | 101 |
| Binary | 11110010 | 11000001 | 1011001 | 0 | 10100 | 111111 | 101 | 101001 | 1010101 | 1000001 |
Color Harmonies of #F2C159
Complementary color
Monochromatic Colors of #F2C159
Black with #F2C159
Text Example
Text Example
White with #F2C159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C159; }
p { color: rgb(242,193,89); }
H1.HeaderClassName
{
color: #F2C159;
}
.AnyTagClassName
{
color: #F2C159;
}
</style>
background-color css
<style>
a { background-color: #F2C159; }
a { background-color: rgb(242,193,89); }
div.DivClassName
{
background-color: #F2C159;
}
.BgClassName
{
background-color: #F2C159;
}
</style>
border-color css
<style>
span { border-color: #F2C159; }
span { border-color: rgb(242,193,89); }
td.TdClassName
{
border-color: #F2C159;
}
.TagClassName
{
border-color: #F2C159;
}
</style>