Shades of Cream Can #F2C358
Tints of Cream Can #F2C358
RGB
CMYK
RGB Variations
Color information
#F2C358 (or 0xF2C358) is known color: Cream Can. HEX triplet: F2, C3 and 58. RGB value is (242,195,88). Sum of RGB (Red+Green+Blue) = 242+195+88=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C358 is #0D3CA7. Grayscale: #C5C5C5. Windows color (decimal): -867496 or 5817330. OLE color: 5817330.
HSL color Cylindrical-coordinate representation of color #F2C358: hue angle of 41.69º 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 #F2C358 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 88 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.05 |
| HSL | 41.69º | 0.86% | 0.65% | - |
| HSV(B) | 41.69º | 0.64% | 0.95% | - |
| XYZ | 57.89 | 58.61 | 17.49 | - |
| YUV | 196.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 88 | 0 | 0.19 | 0.64 | 0.05 | 41.69 | 0.86 | 0.65 |
| Hex | F2 | C3 | 58 | 0 | 13 | 40 | 5 | 2A | 56 | 41 |
| Octal | 362 | 303 | 130 | 0 | 23 | 100 | 5 | 52 | 126 | 101 |
| Binary | 11110010 | 11000011 | 1011000 | 0 | 10011 | 1000000 | 101 | 101010 | 1010110 | 1000001 |
Color Harmonies of #F2C358
Complementary color
Monochromatic Colors of #F2C358
Black with #F2C358
Text Example
Text Example
White with #F2C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C358; }
p { color: rgb(242,195,88); }
H1.HeaderClassName
{
color: #F2C358;
}
.AnyTagClassName
{
color: #F2C358;
}
</style>
background-color css
<style>
a { background-color: #F2C358; }
a { background-color: rgb(242,195,88); }
div.DivClassName
{
background-color: #F2C358;
}
.BgClassName
{
background-color: #F2C358;
}
</style>
border-color css
<style>
span { border-color: #F2C358; }
span { border-color: rgb(242,195,88); }
td.TdClassName
{
border-color: #F2C358;
}
.TagClassName
{
border-color: #F2C358;
}
</style>