Shades of Cream Can #F0C54D
Tints of Cream Can #F0C54D
RGB
CMYK
RGB Variations
Color information
#F0C54D (or 0xF0C54D) is known color: Cream Can. HEX triplet: F0, C5 and 4D. RGB value is (240,197,77). Sum of RGB (Red+Green+Blue) = 240+197+77=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C54D is #0F3AB2. Grayscale: #C4C4C4. Windows color (decimal): -998067 or 5096944. OLE color: 5096944.
HSL color Cylindrical-coordinate representation of color #F0C54D: hue angle of 44.17º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0C54D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 77 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.06 |
| HSL | 44.17º | 0.84% | 0.62% | - |
| HSV(B) | 44.17º | 0.68% | 0.94% | - |
| XYZ | 57.24 | 58.99 | 15.39 | - |
| YUV | 196.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 77 | 0 | 0.18 | 0.68 | 0.06 | 44.17 | 0.84 | 0.62 |
| Hex | F0 | C5 | 4D | 0 | 12 | 44 | 6 | 2C | 54 | 3E |
| Octal | 360 | 305 | 115 | 0 | 22 | 104 | 6 | 54 | 124 | 76 |
| Binary | 11110000 | 11000101 | 1001101 | 0 | 10010 | 1000100 | 110 | 101100 | 1010100 | 111110 |
Color Harmonies of #F0C54D
Complementary color
Monochromatic Colors of #F0C54D
Black with #F0C54D
Text Example
Text Example
White with #F0C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C54D; }
p { color: rgb(240,197,77); }
H1.HeaderClassName
{
color: #F0C54D;
}
.AnyTagClassName
{
color: #F0C54D;
}
</style>
background-color css
<style>
a { background-color: #F0C54D; }
a { background-color: rgb(240,197,77); }
div.DivClassName
{
background-color: #F0C54D;
}
.BgClassName
{
background-color: #F0C54D;
}
</style>
border-color css
<style>
span { border-color: #F0C54D; }
span { border-color: rgb(240,197,77); }
td.TdClassName
{
border-color: #F0C54D;
}
.TagClassName
{
border-color: #F0C54D;
}
</style>