Shades of Cream Can #F3C656
Tints of Cream Can #F3C656
RGB
CMYK
RGB Variations
Color information
#F3C656 (or 0xF3C656) is known color: Cream Can. HEX triplet: F3, C6 and 56. RGB value is (243,198,86). Sum of RGB (Red+Green+Blue) = 243+198+86=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C656 is #0C39A9. Grayscale: #C7C7C7. Windows color (decimal): -801194 or 5687027. OLE color: 5687027.
HSL color Cylindrical-coordinate representation of color #F3C656: hue angle of 42.8º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3C656 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 86 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.05 |
| HSL | 42.8º | 0.87% | 0.65% | - |
| HSV(B) | 42.8º | 0.65% | 0.95% | - |
| XYZ | 58.84 | 60.11 | 17.31 | - |
| YUV | 198.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 86 | 0 | 0.19 | 0.65 | 0.05 | 42.8 | 0.87 | 0.65 |
| Hex | F3 | C6 | 56 | 0 | 13 | 41 | 5 | 2B | 57 | 41 |
| Octal | 363 | 306 | 126 | 0 | 23 | 101 | 5 | 53 | 127 | 101 |
| Binary | 11110011 | 11000110 | 1010110 | 0 | 10011 | 1000001 | 101 | 101011 | 1010111 | 1000001 |
Color Harmonies of #F3C656
Complementary color
Monochromatic Colors of #F3C656
Black with #F3C656
Text Example
Text Example
White with #F3C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C656; }
p { color: rgb(243,198,86); }
H1.HeaderClassName
{
color: #F3C656;
}
.AnyTagClassName
{
color: #F3C656;
}
</style>
background-color css
<style>
a { background-color: #F3C656; }
a { background-color: rgb(243,198,86); }
div.DivClassName
{
background-color: #F3C656;
}
.BgClassName
{
background-color: #F3C656;
}
</style>
border-color css
<style>
span { border-color: #F3C656; }
span { border-color: rgb(243,198,86); }
td.TdClassName
{
border-color: #F3C656;
}
.TagClassName
{
border-color: #F3C656;
}
</style>