Shades of Cream Can #F2C658
Tints of Cream Can #F2C658
RGB
CMYK
RGB Variations
Color information
#F2C658 (or 0xF2C658) is known color: Cream Can. HEX triplet: F2, C6 and 58. RGB value is (242,198,88). Sum of RGB (Red+Green+Blue) = 242+198+88=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C658 is #0D39A7. Grayscale: #C7C7C7. Windows color (decimal): -866728 or 5818098. OLE color: 5818098.
HSL color Cylindrical-coordinate representation of color #F2C658: hue angle of 42.86º 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 #F2C658 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 88 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.05 |
| HSL | 42.86º | 0.86% | 0.65% | - |
| HSV(B) | 42.86º | 0.64% | 0.95% | - |
| XYZ | 58.57 | 59.97 | 17.72 | - |
| YUV | 198.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 88 | 0 | 0.18 | 0.64 | 0.05 | 42.86 | 0.86 | 0.65 |
| Hex | F2 | C6 | 58 | 0 | 12 | 40 | 5 | 2B | 56 | 41 |
| Octal | 362 | 306 | 130 | 0 | 22 | 100 | 5 | 53 | 126 | 101 |
| Binary | 11110010 | 11000110 | 1011000 | 0 | 10010 | 1000000 | 101 | 101011 | 1010110 | 1000001 |
Color Harmonies of #F2C658
Complementary color
Monochromatic Colors of #F2C658
Black with #F2C658
Text Example
Text Example
White with #F2C658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C658; }
p { color: rgb(242,198,88); }
H1.HeaderClassName
{
color: #F2C658;
}
.AnyTagClassName
{
color: #F2C658;
}
</style>
background-color css
<style>
a { background-color: #F2C658; }
a { background-color: rgb(242,198,88); }
div.DivClassName
{
background-color: #F2C658;
}
.BgClassName
{
background-color: #F2C658;
}
</style>
border-color css
<style>
span { border-color: #F2C658; }
span { border-color: rgb(242,198,88); }
td.TdClassName
{
border-color: #F2C658;
}
.TagClassName
{
border-color: #F2C658;
}
</style>