Shades of Cream Can #F0C160
Tints of Cream Can #F0C160
RGB
CMYK
RGB Variations
Color information
#F0C160 (or 0xF0C160) is known color: Cream Can. HEX triplet: F0, C1 and 60. RGB value is (240,193,96). Sum of RGB (Red+Green+Blue) = 240+193+96=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C160 is #0F3E9F. Grayscale: #C4C4C4. Windows color (decimal): -999072 or 6341104. OLE color: 6341104.
HSL color Cylindrical-coordinate representation of color #F0C160: hue angle of 40.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0C160 is Cyan = 0, Magento = 0.20, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 96 | - |
| CMYK | 0 | 0.20 | 0.6 | 0.06 |
| HSL | 40.42º | 0.83% | 0.66% | - |
| HSV(B) | 40.42º | 0.6% | 0.94% | - |
| XYZ | 57.12 | 57.51 | 19.16 | - |
| YUV | 196 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 96 | 0 | 0.20 | 0.6 | 0.06 | 40.42 | 0.83 | 0.66 |
| Hex | F0 | C1 | 60 | 0 | 14 | 3C | 6 | 28 | 53 | 42 |
| Octal | 360 | 301 | 140 | 0 | 24 | 74 | 6 | 50 | 123 | 102 |
| Binary | 11110000 | 11000001 | 1100000 | 0 | 10100 | 111100 | 110 | 101000 | 1010011 | 1000010 |
Color Harmonies of #F0C160
Complementary color
Monochromatic Colors of #F0C160
Black with #F0C160
Text Example
Text Example
White with #F0C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C160; }
p { color: rgb(240,193,96); }
H1.HeaderClassName
{
color: #F0C160;
}
.AnyTagClassName
{
color: #F0C160;
}
</style>
background-color css
<style>
a { background-color: #F0C160; }
a { background-color: rgb(240,193,96); }
div.DivClassName
{
background-color: #F0C160;
}
.BgClassName
{
background-color: #F0C160;
}
</style>
border-color css
<style>
span { border-color: #F0C160; }
span { border-color: rgb(240,193,96); }
td.TdClassName
{
border-color: #F0C160;
}
.TagClassName
{
border-color: #F0C160;
}
</style>