Shades of Cream Can #F0C74E
Tints of Cream Can #F0C74E
RGB
CMYK
RGB Variations
Color information
#F0C74E (or 0xF0C74E) is known color: Cream Can. HEX triplet: F0, C7 and 4E. RGB value is (240,199,78). Sum of RGB (Red+Green+Blue) = 240+199+78=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C74E is #0F38B1. Grayscale: #C5C5C5. Windows color (decimal): -997554 or 5162992. OLE color: 5162992.
HSL color Cylindrical-coordinate representation of color #F0C74E: hue angle of 44.81º 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 #F0C74E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 78 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.06 |
| HSL | 44.81º | 0.84% | 0.62% | - |
| HSV(B) | 44.81º | 0.68% | 0.94% | - |
| XYZ | 57.73 | 59.92 | 15.73 | - |
| YUV | 197.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 78 | 0 | 0.17 | 0.68 | 0.06 | 44.81 | 0.84 | 0.62 |
| Hex | F0 | C7 | 4E | 0 | 11 | 44 | 6 | 2D | 54 | 3E |
| Octal | 360 | 307 | 116 | 0 | 21 | 104 | 6 | 55 | 124 | 76 |
| Binary | 11110000 | 11000111 | 1001110 | 0 | 10001 | 1000100 | 110 | 101101 | 1010100 | 111110 |
Color Harmonies of #F0C74E
Complementary color
Monochromatic Colors of #F0C74E
Black with #F0C74E
Text Example
Text Example
White with #F0C74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C74E; }
p { color: rgb(240,199,78); }
H1.HeaderClassName
{
color: #F0C74E;
}
.AnyTagClassName
{
color: #F0C74E;
}
</style>
background-color css
<style>
a { background-color: #F0C74E; }
a { background-color: rgb(240,199,78); }
div.DivClassName
{
background-color: #F0C74E;
}
.BgClassName
{
background-color: #F0C74E;
}
</style>
border-color css
<style>
span { border-color: #F0C74E; }
span { border-color: rgb(240,199,78); }
td.TdClassName
{
border-color: #F0C74E;
}
.TagClassName
{
border-color: #F0C74E;
}
</style>