Shades of Cream Can #F2C557
Tints of Cream Can #F2C557
RGB
CMYK
RGB Variations
Color information
#F2C557 (or 0xF2C557) is known color: Cream Can. HEX triplet: F2, C5 and 57. RGB value is (242,197,87). Sum of RGB (Red+Green+Blue) = 242+197+87=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C557 is #0D3AA8. Grayscale: #C6C6C6. Windows color (decimal): -866985 or 5752306. OLE color: 5752306.
HSL color Cylindrical-coordinate representation of color #F2C557: hue angle of 42.58º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2C557 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 87 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.05 |
| HSL | 42.58º | 0.86% | 0.65% | - |
| HSV(B) | 42.58º | 0.64% | 0.95% | - |
| XYZ | 58.3 | 59.5 | 17.43 | - |
| YUV | 197.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 87 | 0 | 0.19 | 0.64 | 0.05 | 42.58 | 0.86 | 0.65 |
| Hex | F2 | C5 | 57 | 0 | 13 | 40 | 5 | 2B | 56 | 41 |
| Octal | 362 | 305 | 127 | 0 | 23 | 100 | 5 | 53 | 126 | 101 |
| Binary | 11110010 | 11000101 | 1010111 | 0 | 10011 | 1000000 | 101 | 101011 | 1010110 | 1000001 |
Color Harmonies of #F2C557
Complementary color
Monochromatic Colors of #F2C557
Black with #F2C557
Text Example
Text Example
White with #F2C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C557; }
p { color: rgb(242,197,87); }
H1.HeaderClassName
{
color: #F2C557;
}
.AnyTagClassName
{
color: #F2C557;
}
</style>
background-color css
<style>
a { background-color: #F2C557; }
a { background-color: rgb(242,197,87); }
div.DivClassName
{
background-color: #F2C557;
}
.BgClassName
{
background-color: #F2C557;
}
</style>
border-color css
<style>
span { border-color: #F2C557; }
span { border-color: rgb(242,197,87); }
td.TdClassName
{
border-color: #F2C557;
}
.TagClassName
{
border-color: #F2C557;
}
</style>