Shades of Sweet Corn #F0DC74
Tints of Sweet Corn #F0DC74
RGB
CMYK
RGB Variations
Color information
#F0DC74 (or 0xF0DC74) is known color: Sweet Corn. HEX triplet: F0, DC and 74. RGB value is (240,220,116). Sum of RGB (Red+Green+Blue) = 240+220+116=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC74 is #0F238B. Grayscale: #D6D6D6. Windows color (decimal): -992140 or 7658736. OLE color: 7658736.
HSL color Cylindrical-coordinate representation of color #F0DC74: hue angle of 50.32º 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 #F0DC74 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 116 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.06 |
| HSL | 50.32º | 0.81% | 0.7% | - |
| HSV(B) | 50.32º | 0.52% | 0.94% | - |
| XYZ | 64.68 | 70.97 | 26.81 | - |
| YUV | 214.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 116 | 0 | 0.08 | 0.52 | 0.06 | 50.32 | 0.81 | 0.7 |
| Hex | F0 | DC | 74 | 0 | 8 | 34 | 6 | 32 | 51 | 46 |
| Octal | 360 | 334 | 164 | 0 | 10 | 64 | 6 | 62 | 121 | 106 |
| Binary | 11110000 | 11011100 | 1110100 | 0 | 1000 | 110100 | 110 | 110010 | 1010001 | 1000110 |
Color Harmonies of #F0DC74
Complementary color
Monochromatic Colors of #F0DC74
Black with #F0DC74
Text Example
Text Example
White with #F0DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC74; }
p { color: rgb(240,220,116); }
H1.HeaderClassName
{
color: #F0DC74;
}
.AnyTagClassName
{
color: #F0DC74;
}
</style>
background-color css
<style>
a { background-color: #F0DC74; }
a { background-color: rgb(240,220,116); }
div.DivClassName
{
background-color: #F0DC74;
}
.BgClassName
{
background-color: #F0DC74;
}
</style>
border-color css
<style>
span { border-color: #F0DC74; }
span { border-color: rgb(240,220,116); }
td.TdClassName
{
border-color: #F0DC74;
}
.TagClassName
{
border-color: #F0DC74;
}
</style>