Shades of Cream Can #F0C260
Tints of Cream Can #F0C260
RGB
CMYK
RGB Variations
Color information
#F0C260 (or 0xF0C260) is known color: Cream Can. HEX triplet: F0, C2 and 60. RGB value is (240,194,96). Sum of RGB (Red+Green+Blue) = 240+194+96=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C260 is #0F3D9F. Grayscale: #C5C5C5. Windows color (decimal): -998816 or 6341360. OLE color: 6341360.
HSL color Cylindrical-coordinate representation of color #F0C260: hue angle of 40.83º 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 #F0C260 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 96 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.06 |
| HSL | 40.83º | 0.83% | 0.66% | - |
| HSV(B) | 40.83º | 0.6% | 0.94% | - |
| XYZ | 57.34 | 57.95 | 19.23 | - |
| YUV | 196.58 | 71.24 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 96 | 0 | 0.19 | 0.6 | 0.06 | 40.83 | 0.83 | 0.66 |
| Hex | F0 | C2 | 60 | 0 | 13 | 3C | 6 | 29 | 53 | 42 |
| Octal | 360 | 302 | 140 | 0 | 23 | 74 | 6 | 51 | 123 | 102 |
| Binary | 11110000 | 11000010 | 1100000 | 0 | 10011 | 111100 | 110 | 101001 | 1010011 | 1000010 |
Color Harmonies of #F0C260
Complementary color
Monochromatic Colors of #F0C260
Black with #F0C260
Text Example
Text Example
White with #F0C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C260; }
p { color: rgb(240,194,96); }
H1.HeaderClassName
{
color: #F0C260;
}
.AnyTagClassName
{
color: #F0C260;
}
</style>
background-color css
<style>
a { background-color: #F0C260; }
a { background-color: rgb(240,194,96); }
div.DivClassName
{
background-color: #F0C260;
}
.BgClassName
{
background-color: #F0C260;
}
</style>
border-color css
<style>
span { border-color: #F0C260; }
span { border-color: rgb(240,194,96); }
td.TdClassName
{
border-color: #F0C260;
}
.TagClassName
{
border-color: #F0C260;
}
</style>