Shades of Sweet Corn #F0DC72
Tints of Sweet Corn #F0DC72
RGB
CMYK
RGB Variations
Color information
#F0DC72 (or 0xF0DC72) is known color: Sweet Corn. HEX triplet: F0, DC and 72. RGB value is (240,220,114). Sum of RGB (Red+Green+Blue) = 240+220+114=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC72 is #0F238D. Grayscale: #D6D6D6. Windows color (decimal): -992142 or 7527664. OLE color: 7527664.
HSL color Cylindrical-coordinate representation of color #F0DC72: hue angle of 50.48º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0DC72 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 114 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.06 |
| HSL | 50.48º | 0.81% | 0.69% | - |
| HSV(B) | 50.48º | 0.53% | 0.94% | - |
| XYZ | 64.57 | 70.93 | 26.21 | - |
| YUV | 213.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 114 | 0 | 0.08 | 0.52 | 0.06 | 50.48 | 0.81 | 0.69 |
| Hex | F0 | DC | 72 | 0 | 8 | 34 | 6 | 32 | 51 | 45 |
| Octal | 360 | 334 | 162 | 0 | 10 | 64 | 6 | 62 | 121 | 105 |
| Binary | 11110000 | 11011100 | 1110010 | 0 | 1000 | 110100 | 110 | 110010 | 1010001 | 1000101 |
Color Harmonies of #F0DC72
Complementary color
Monochromatic Colors of #F0DC72
Black with #F0DC72
Text Example
Text Example
White with #F0DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC72; }
p { color: rgb(240,220,114); }
H1.HeaderClassName
{
color: #F0DC72;
}
.AnyTagClassName
{
color: #F0DC72;
}
</style>
background-color css
<style>
a { background-color: #F0DC72; }
a { background-color: rgb(240,220,114); }
div.DivClassName
{
background-color: #F0DC72;
}
.BgClassName
{
background-color: #F0DC72;
}
</style>
border-color css
<style>
span { border-color: #F0DC72; }
span { border-color: rgb(240,220,114); }
td.TdClassName
{
border-color: #F0DC72;
}
.TagClassName
{
border-color: #F0DC72;
}
</style>