Shades of Sweet Corn #F0DC76
Tints of Sweet Corn #F0DC76
RGB
CMYK
RGB Variations
Color information
#F0DC76 (or 0xF0DC76) is known color: Sweet Corn. HEX triplet: F0, DC and 76. RGB value is (240,220,118). Sum of RGB (Red+Green+Blue) = 240+220+118=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC76 is #0F2389. Grayscale: #D6D6D6. Windows color (decimal): -992138 or 7789808. OLE color: 7789808.
HSL color Cylindrical-coordinate representation of color #F0DC76: hue angle of 50.16º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0DC76 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 118 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.06 |
| HSL | 50.16º | 0.8% | 0.7% | - |
| HSV(B) | 50.16º | 0.51% | 0.94% | - |
| XYZ | 64.8 | 71.02 | 27.43 | - |
| YUV | 214.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 118 | 0 | 0.08 | 0.51 | 0.06 | 50.16 | 0.8 | 0.7 |
| Hex | F0 | DC | 76 | 0 | 8 | 33 | 6 | 32 | 50 | 46 |
| Octal | 360 | 334 | 166 | 0 | 10 | 63 | 6 | 62 | 120 | 106 |
| Binary | 11110000 | 11011100 | 1110110 | 0 | 1000 | 110011 | 110 | 110010 | 1010000 | 1000110 |
Color Harmonies of #F0DC76
Complementary color
Monochromatic Colors of #F0DC76
Black with #F0DC76
Text Example
Text Example
White with #F0DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC76; }
p { color: rgb(240,220,118); }
H1.HeaderClassName
{
color: #F0DC76;
}
.AnyTagClassName
{
color: #F0DC76;
}
</style>
background-color css
<style>
a { background-color: #F0DC76; }
a { background-color: rgb(240,220,118); }
div.DivClassName
{
background-color: #F0DC76;
}
.BgClassName
{
background-color: #F0DC76;
}
</style>
border-color css
<style>
span { border-color: #F0DC76; }
span { border-color: rgb(240,220,118); }
td.TdClassName
{
border-color: #F0DC76;
}
.TagClassName
{
border-color: #F0DC76;
}
</style>