Shades of Cream Can #F0C54E
Tints of Cream Can #F0C54E
RGB
CMYK
RGB Variations
Color information
#F0C54E (or 0xF0C54E) is known color: Cream Can. HEX triplet: F0, C5 and 4E. RGB value is (240,197,78). Sum of RGB (Red+Green+Blue) = 240+197+78=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C54E is #0F3AB1. Grayscale: #C4C4C4. Windows color (decimal): -998066 or 5162480. OLE color: 5162480.
HSL color Cylindrical-coordinate representation of color #F0C54E: hue angle of 44.07º 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 #F0C54E is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 78 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.06 |
| HSL | 44.07º | 0.84% | 0.62% | - |
| HSV(B) | 44.07º | 0.68% | 0.94% | - |
| XYZ | 57.28 | 59.01 | 15.58 | - |
| YUV | 196.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 78 | 0 | 0.18 | 0.68 | 0.06 | 44.07 | 0.84 | 0.62 |
| Hex | F0 | C5 | 4E | 0 | 12 | 44 | 6 | 2C | 54 | 3E |
| Octal | 360 | 305 | 116 | 0 | 22 | 104 | 6 | 54 | 124 | 76 |
| Binary | 11110000 | 11000101 | 1001110 | 0 | 10010 | 1000100 | 110 | 101100 | 1010100 | 111110 |
Color Harmonies of #F0C54E
Complementary color
Monochromatic Colors of #F0C54E
Black with #F0C54E
Text Example
Text Example
White with #F0C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C54E; }
p { color: rgb(240,197,78); }
H1.HeaderClassName
{
color: #F0C54E;
}
.AnyTagClassName
{
color: #F0C54E;
}
</style>
background-color css
<style>
a { background-color: #F0C54E; }
a { background-color: rgb(240,197,78); }
div.DivClassName
{
background-color: #F0C54E;
}
.BgClassName
{
background-color: #F0C54E;
}
</style>
border-color css
<style>
span { border-color: #F0C54E; }
span { border-color: rgb(240,197,78); }
td.TdClassName
{
border-color: #F0C54E;
}
.TagClassName
{
border-color: #F0C54E;
}
</style>