Shades of Cream Can #F0C054
Tints of Cream Can #F0C054
RGB
CMYK
RGB Variations
Color information
#F0C054 (or 0xF0C054) is known color: Cream Can. HEX triplet: F0, C0 and 54. RGB value is (240,192,84). Sum of RGB (Red+Green+Blue) = 240+192+84=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C054 is #0F3FAB. Grayscale: #C2C2C2. Windows color (decimal): -999340 or 5554416. OLE color: 5554416.
HSL color Cylindrical-coordinate representation of color #F0C054: hue angle of 41.54º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0C054 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 84 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.06 |
| HSL | 41.54º | 0.84% | 0.64% | - |
| HSV(B) | 41.54º | 0.65% | 0.94% | - |
| XYZ | 56.39 | 56.86 | 16.39 | - |
| YUV | 194.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 84 | 0 | 0.20 | 0.65 | 0.06 | 41.54 | 0.84 | 0.64 |
| Hex | F0 | C0 | 54 | 0 | 14 | 41 | 6 | 2A | 54 | 40 |
| Octal | 360 | 300 | 124 | 0 | 24 | 101 | 6 | 52 | 124 | 100 |
| Binary | 11110000 | 11000000 | 1010100 | 0 | 10100 | 1000001 | 110 | 101010 | 1010100 | 1000000 |
Color Harmonies of #F0C054
Complementary color
Monochromatic Colors of #F0C054
Black with #F0C054
Text Example
Text Example
White with #F0C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C054; }
p { color: rgb(240,192,84); }
H1.HeaderClassName
{
color: #F0C054;
}
.AnyTagClassName
{
color: #F0C054;
}
</style>
background-color css
<style>
a { background-color: #F0C054; }
a { background-color: rgb(240,192,84); }
div.DivClassName
{
background-color: #F0C054;
}
.BgClassName
{
background-color: #F0C054;
}
</style>
border-color css
<style>
span { border-color: #F0C054; }
span { border-color: rgb(240,192,84); }
td.TdClassName
{
border-color: #F0C054;
}
.TagClassName
{
border-color: #F0C054;
}
</style>