Shades of Cream Can #F2C457
Tints of Cream Can #F2C457
RGB
CMYK
RGB Variations
Color information
#F2C457 (or 0xF2C457) is known color: Cream Can. HEX triplet: F2, C4 and 57. RGB value is (242,196,87). Sum of RGB (Red+Green+Blue) = 242+196+87=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C457 is #0D3BA8. Grayscale: #C5C5C5. Windows color (decimal): -867241 or 5752050. OLE color: 5752050.
HSL color Cylindrical-coordinate representation of color #F2C457: hue angle of 42.19º 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 #F2C457 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 87 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.05 |
| HSL | 42.19º | 0.86% | 0.65% | - |
| HSV(B) | 42.19º | 0.64% | 0.95% | - |
| XYZ | 58.08 | 59.05 | 17.35 | - |
| YUV | 197.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 87 | 0 | 0.19 | 0.64 | 0.05 | 42.19 | 0.86 | 0.65 |
| Hex | F2 | C4 | 57 | 0 | 13 | 40 | 5 | 2A | 56 | 41 |
| Octal | 362 | 304 | 127 | 0 | 23 | 100 | 5 | 52 | 126 | 101 |
| Binary | 11110010 | 11000100 | 1010111 | 0 | 10011 | 1000000 | 101 | 101010 | 1010110 | 1000001 |
Color Harmonies of #F2C457
Complementary color
Monochromatic Colors of #F2C457
Black with #F2C457
Text Example
Text Example
White with #F2C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C457; }
p { color: rgb(242,196,87); }
H1.HeaderClassName
{
color: #F2C457;
}
.AnyTagClassName
{
color: #F2C457;
}
</style>
background-color css
<style>
a { background-color: #F2C457; }
a { background-color: rgb(242,196,87); }
div.DivClassName
{
background-color: #F2C457;
}
.BgClassName
{
background-color: #F2C457;
}
</style>
border-color css
<style>
span { border-color: #F2C457; }
span { border-color: rgb(242,196,87); }
td.TdClassName
{
border-color: #F2C457;
}
.TagClassName
{
border-color: #F2C457;
}
</style>