Shades of Sweet Corn #F0DF76
Tints of Sweet Corn #F0DF76
RGB
CMYK
RGB Variations
Color information
#F0DF76 (or 0xF0DF76) is known color: Sweet Corn. HEX triplet: F0, DF and 76. RGB value is (240,223,118). Sum of RGB (Red+Green+Blue) = 240+223+118=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF76 is #0F2089. Grayscale: #D8D8D8. Windows color (decimal): -991370 or 7790576. OLE color: 7790576.
HSL color Cylindrical-coordinate representation of color #F0DF76: hue angle of 51.64º 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 #F0DF76 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 118 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.06 |
| HSL | 51.64º | 0.8% | 0.7% | - |
| HSV(B) | 51.64º | 0.51% | 0.94% | - |
| XYZ | 65.59 | 72.61 | 27.7 | - |
| YUV | 216.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 118 | 0 | 0.07 | 0.51 | 0.06 | 51.64 | 0.8 | 0.7 |
| Hex | F0 | DF | 76 | 0 | 7 | 33 | 6 | 34 | 50 | 46 |
| Octal | 360 | 337 | 166 | 0 | 7 | 63 | 6 | 64 | 120 | 106 |
| Binary | 11110000 | 11011111 | 1110110 | 0 | 111 | 110011 | 110 | 110100 | 1010000 | 1000110 |
Color Harmonies of #F0DF76
Complementary color
Monochromatic Colors of #F0DF76
Black with #F0DF76
Text Example
Text Example
White with #F0DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF76; }
p { color: rgb(240,223,118); }
H1.HeaderClassName
{
color: #F0DF76;
}
.AnyTagClassName
{
color: #F0DF76;
}
</style>
background-color css
<style>
a { background-color: #F0DF76; }
a { background-color: rgb(240,223,118); }
div.DivClassName
{
background-color: #F0DF76;
}
.BgClassName
{
background-color: #F0DF76;
}
</style>
border-color css
<style>
span { border-color: #F0DF76; }
span { border-color: rgb(240,223,118); }
td.TdClassName
{
border-color: #F0DF76;
}
.TagClassName
{
border-color: #F0DF76;
}
</style>