Shades of Sweet Corn #F2DE79
Tints of Sweet Corn #F2DE79
RGB
CMYK
RGB Variations
Color information
#F2DE79 (or 0xF2DE79) is known color: Sweet Corn. HEX triplet: F2, DE and 79. RGB value is (242,222,121). Sum of RGB (Red+Green+Blue) = 242+222+121=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DE79 is #0D2186. Grayscale: #D8D8D8. Windows color (decimal): -860551 or 7986930. OLE color: 7986930.
HSL color Cylindrical-coordinate representation of color #F2DE79: hue angle of 50.08º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2DE79 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 121 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.05 |
| HSL | 50.08º | 0.82% | 0.71% | - |
| HSV(B) | 50.08º | 0.5% | 0.95% | - |
| XYZ | 66.19 | 72.5 | 28.59 | - |
| YUV | 216.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 121 | 0 | 0.08 | 0.50 | 0.05 | 50.08 | 0.82 | 0.71 |
| Hex | F2 | DE | 79 | 0 | 8 | 32 | 5 | 32 | 52 | 47 |
| Octal | 362 | 336 | 171 | 0 | 10 | 62 | 5 | 62 | 122 | 107 |
| Binary | 11110010 | 11011110 | 1111001 | 0 | 1000 | 110010 | 101 | 110010 | 1010010 | 1000111 |
Color Harmonies of #F2DE79
Complementary color
Monochromatic Colors of #F2DE79
Black with #F2DE79
Text Example
Text Example
White with #F2DE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DE79; }
p { color: rgb(242,222,121); }
H1.HeaderClassName
{
color: #F2DE79;
}
.AnyTagClassName
{
color: #F2DE79;
}
</style>
background-color css
<style>
a { background-color: #F2DE79; }
a { background-color: rgb(242,222,121); }
div.DivClassName
{
background-color: #F2DE79;
}
.BgClassName
{
background-color: #F2DE79;
}
</style>
border-color css
<style>
span { border-color: #F2DE79; }
span { border-color: rgb(242,222,121); }
td.TdClassName
{
border-color: #F2DE79;
}
.TagClassName
{
border-color: #F2DE79;
}
</style>