Shades of Sweet Corn #F0DA74
Tints of Sweet Corn #F0DA74
RGB
CMYK
RGB Variations
Color information
#F0DA74 (or 0xF0DA74) is known color: Sweet Corn. HEX triplet: F0, DA and 74. RGB value is (240,218,116). Sum of RGB (Red+Green+Blue) = 240+218+116=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA74 is #0F258B. Grayscale: #D5D5D5. Windows color (decimal): -992652 or 7658224. OLE color: 7658224.
HSL color Cylindrical-coordinate representation of color #F0DA74: hue angle of 49.35º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0DA74 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 116 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.06 |
| HSL | 49.35º | 0.81% | 0.7% | - |
| HSV(B) | 49.35º | 0.52% | 0.94% | - |
| XYZ | 64.16 | 69.93 | 26.64 | - |
| YUV | 212.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 116 | 0 | 0.09 | 0.52 | 0.06 | 49.35 | 0.81 | 0.7 |
| Hex | F0 | DA | 74 | 0 | 9 | 34 | 6 | 31 | 51 | 46 |
| Octal | 360 | 332 | 164 | 0 | 11 | 64 | 6 | 61 | 121 | 106 |
| Binary | 11110000 | 11011010 | 1110100 | 0 | 1001 | 110100 | 110 | 110001 | 1010001 | 1000110 |
Color Harmonies of #F0DA74
Complementary color
Monochromatic Colors of #F0DA74
Black with #F0DA74
Text Example
Text Example
White with #F0DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA74; }
p { color: rgb(240,218,116); }
H1.HeaderClassName
{
color: #F0DA74;
}
.AnyTagClassName
{
color: #F0DA74;
}
</style>
background-color css
<style>
a { background-color: #F0DA74; }
a { background-color: rgb(240,218,116); }
div.DivClassName
{
background-color: #F0DA74;
}
.BgClassName
{
background-color: #F0DA74;
}
</style>
border-color css
<style>
span { border-color: #F0DA74; }
span { border-color: rgb(240,218,116); }
td.TdClassName
{
border-color: #F0DA74;
}
.TagClassName
{
border-color: #F0DA74;
}
</style>