Shades of Cream Can #F0C059
Tints of Cream Can #F0C059
RGB
CMYK
RGB Variations
Color information
#F0C059 (or 0xF0C059) is known color: Cream Can. HEX triplet: F0, C0 and 59. RGB value is (240,192,89). Sum of RGB (Red+Green+Blue) = 240+192+89=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C059 is #0F3FA6. Grayscale: #C3C3C3. Windows color (decimal): -999335 or 5882096. OLE color: 5882096.
HSL color Cylindrical-coordinate representation of color #F0C059: hue angle of 40.93º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0C059 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 89 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.06 |
| HSL | 40.93º | 0.83% | 0.65% | - |
| HSV(B) | 40.93º | 0.63% | 0.94% | - |
| XYZ | 56.59 | 56.95 | 17.46 | - |
| YUV | 194.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 89 | 0 | 0.20 | 0.63 | 0.06 | 40.93 | 0.83 | 0.65 |
| Hex | F0 | C0 | 59 | 0 | 14 | 3F | 6 | 29 | 53 | 41 |
| Octal | 360 | 300 | 131 | 0 | 24 | 77 | 6 | 51 | 123 | 101 |
| Binary | 11110000 | 11000000 | 1011001 | 0 | 10100 | 111111 | 110 | 101001 | 1010011 | 1000001 |
Color Harmonies of #F0C059
Complementary color
Monochromatic Colors of #F0C059
Black with #F0C059
Text Example
Text Example
White with #F0C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C059; }
p { color: rgb(240,192,89); }
H1.HeaderClassName
{
color: #F0C059;
}
.AnyTagClassName
{
color: #F0C059;
}
</style>
background-color css
<style>
a { background-color: #F0C059; }
a { background-color: rgb(240,192,89); }
div.DivClassName
{
background-color: #F0C059;
}
.BgClassName
{
background-color: #F0C059;
}
</style>
border-color css
<style>
span { border-color: #F0C059; }
span { border-color: rgb(240,192,89); }
td.TdClassName
{
border-color: #F0C059;
}
.TagClassName
{
border-color: #F0C059;
}
</style>